Skip to content

Commit 2ebcba2

Browse files
author
Полеводин Дмитрий Игоревич (4094029)
committed
fix: return z-index value to sticky-toolbar
1 parent f49eca8 commit 2ebcba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/_zindex.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ $z-index-map: (
66
'img-settings-button': 2,
77
'table-view-button': 100,
88
'table-cell-button': 110,
9-
'sticky-toolbar': 990,
9+
'sticky-toolbar': 2000,
1010
);

0 commit comments

Comments
 (0)