Skip to content

Commit

Permalink
CB-6279 revert combobox z-index (#3285)
Browse files Browse the repository at this point in the history
Co-authored-by: Daria Marutkina <[email protected]>
  • Loading branch information
devnaumov and dariamarutkina authored Feb 21, 2025
1 parent 5a7b84c commit 0ac2bc7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
max-height: 300px;
overflow: auto;
outline: none;
z-index: 998;
z-index: 999;
border-radius: var(--theme-form-element-radius);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
max-height: 300px;
overflow: auto;
outline: none;
z-index: 998;
z-index: 999;
border-radius: var(--theme-form-element-radius);

& .menuItem {
Expand Down
2 changes: 1 addition & 1 deletion webapp/packages/core-blocks/src/Menu/MenuPanel.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/
.menu {
outline: none;
z-index: 998;
z-index: 999;
}
.menuBox {
composes: theme-background-surface theme-text-on-surface theme-group-element-radius theme-typography--body2 theme-elevation-z5 from global;
Expand Down

0 comments on commit 0ac2bc7

Please sign in to comment.