feat: move display options to icon button in header (#1138)

This commit is contained in:
Aman Harwara
2022-06-22 22:30:22 +05:30
committed by GitHub
parent d899e737bc
commit b0911b1574
12 changed files with 214 additions and 120 deletions

View File

@@ -1,7 +1,6 @@
$z-index-editor-content: 10;
$z-index-editor-title-bar: 100;
$z-index-dropdown-menu: 1002;
$z-index-resizer-overlay: 1000;
@@ -20,6 +19,7 @@ $z-index-modal: 10000;
:root {
--z-index-panel-resizer: 1001;
--z-index-dropdown-menu: 1002;
}
html {