Skip to content

Commit

Permalink
fix(panel): do not cut off menu actions. #8028
Browse files Browse the repository at this point in the history
  • Loading branch information
driskull committed May 31, 2024
1 parent 5487cad commit b9e6d4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
}

.container {
@apply bg-background m-0 flex w-full flex-auto flex-col items-stretch p-0;
@apply relative bg-background m-0 flex w-full flex-auto flex-col items-stretch p-0;

transition:
max-block-size var(--calcite-animation-timing),
Expand Down

0 comments on commit b9e6d4b

Please sign in to comment.