diff options
Diffstat (limited to 'client/src/sass/z-index.scss')
-rw-r--r-- | client/src/sass/z-index.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/client/src/sass/z-index.scss b/client/src/sass/z-index.scss index c2c44b851..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, | 17 | body > .dropdown, |
18 | .dropup { | 18 | body > .dropup { |
19 | z-index: z(dropdown) !important; | 19 | z-index: z(dropdown) !important; |
20 | } | 20 | } |
21 | 21 | ||