aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/z-index.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/sass/z-index.scss')
-rw-r--r--client/src/sass/z-index.scss7
1 files changed, 3 insertions, 4 deletions
diff --git a/client/src/sass/z-index.scss b/client/src/sass/z-index.scss
index e46813dc3..d362af0dd 100644
--- a/client/src/sass/z-index.scss
+++ b/client/src/sass/z-index.scss
@@ -13,9 +13,9 @@ ngx-loading-bar {
13 z-index: z(header) + 1 !important; 13 z-index: z(header) + 1 !important;
14} 14}
15 15
16/* rules for dropdowns excepts when in button group, to avoid impacting the dropdown-toggle */ 16// Dropdown added to body, override default z-index
17.dropdown, 17body > .dropdown,
18.dropup { 18body > .dropup {
19 z-index: z(dropdown) !important; 19 z-index: z(dropdown) !important;
20} 20}
21 21
@@ -27,7 +27,6 @@ ngx-loading-bar {
27.btn-group, 27.btn-group,
28.dropdown-root, 28.dropdown-root,
29.action-dropdown, 29.action-dropdown,
30.input-group-prepend,
31.column-toggle { 30.column-toggle {
32 z-index: inherit !important; 31 z-index: inherit !important;
33} 32}