Skip to content

Commit 0ac2bc7

Browse files
CB-6279 revert combobox z-index (#3285)
Co-authored-by: Daria Marutkina <125263541+dariamarutkina@users.noreply.github.com>
1 parent 5a7b84c commit 0ac2bc7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

webapp/packages/core-blocks/src/FormControls/BaseDropdown.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
max-height: 300px;
1313
overflow: auto;
1414
outline: none;
15-
z-index: 998;
15+
z-index: 999;
1616
border-radius: var(--theme-form-element-radius);
1717
}
1818

webapp/packages/core-blocks/src/FormControls/Combobox.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
max-height: 300px;
6868
overflow: auto;
6969
outline: none;
70-
z-index: 998;
70+
z-index: 999;
7171
border-radius: var(--theme-form-element-radius);
7272

7373
& .menuItem {

webapp/packages/core-blocks/src/Menu/MenuPanel.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*/
88
.menu {
99
outline: none;
10-
z-index: 998;
10+
z-index: 999;
1111
}
1212
.menuBox {
1313
composes: theme-background-surface theme-text-on-surface theme-group-element-radius theme-typography--body2 theme-elevation-z5 from global;

0 commit comments

Comments
 (0)