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

@@ -17,7 +17,7 @@
@extend .rounded;
@extend .box-shadow;
z-index: $z-index-dropdown-menu;
z-index: var(--z-index-dropdown-menu);
&.sn-dropdown--anchor-right {
right: 0;