Skip to content

Commit

Permalink
fix(dialog): fix menu positioning when when overlayPositioning is 'fi…
Browse files Browse the repository at this point in the history
…xed' and menuOpen is true. #9876
  • Loading branch information
driskull committed Jul 30, 2024
1 parent 5d4f280 commit 6625d8c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/calcite-components/src/components/dialog/dialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,12 @@ calcite-panel {
}
}

:host([menu-open]) .dialog {
transition:
visibility 0ms linear var(--calcite-internal-animation-timing-slow),
opacity var(--calcite-internal-animation-timing-slow) $easing-function;
}

.panel {
@apply rounded;
}
Expand Down

0 comments on commit 6625d8c

Please sign in to comment.