Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

Commit 5a4bb1f

Browse files
committed
Keep context menus inside the main area under the header
CS-860
1 parent cc9bbb0 commit 5a4bb1f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/stylesheets/_drop_down_menu_base.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
z-index: 99998;
1515
}
1616

17+
// Prevent the context from appearing on top of the header.
18+
.app__main .drop-down-menu-base__menu-container {
19+
z-index: 9998;
20+
}
21+
1722
.drop-down-menu-base__arrow {
1823
background: $color-white;
1924
border-top: 1px solid $context-menu-color-chevron-shadow;

0 commit comments

Comments
 (0)