Skip to content

Commit 0bd7f65

Browse files
committed
Fix overlay issue on 'osui-balloon' under the OverflowMenu context
1 parent 1f47658 commit 0bd7f65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/scripts/OSFramework/OSUI/Pattern/OverflowMenu/scss/_overflowmenu.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
&__balloon {
3131
min-width: var(--osui-overflow-menu-min-width);
3232
overflow: hidden;
33+
z-index: var(--layer-global-instant-interaction);
3334

3435
a {
3536
color: var(--color-neutral-9);

0 commit comments

Comments
 (0)