diff options
Diffstat (limited to 'client/src/sass/bootstrap.scss')
-rw-r--r-- | client/src/sass/bootstrap.scss | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index 035270e89..a17d9c048 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss | |||
@@ -19,7 +19,7 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/'; | |||
19 | } | 19 | } |
20 | 20 | ||
21 | .dropdown { | 21 | .dropdown { |
22 | z-index: 10001 !important; | 22 | z-index: z(dropdown) !important; |
23 | } | 23 | } |
24 | 24 | ||
25 | .dropdown-menu { | 25 | .dropdown-menu { |
@@ -176,7 +176,11 @@ ngb-tabset.bootstrap { | |||
176 | } | 176 | } |
177 | 177 | ||
178 | ngb-modal-backdrop { | 178 | ngb-modal-backdrop { |
179 | z-index: 10000 !important; | 179 | z-index: z(modal) - 1 !important; |
180 | } | ||
181 | |||
182 | ngb-modal-window { | ||
183 | z-index: z(modal) !important; | ||
180 | } | 184 | } |
181 | 185 | ||
182 | .btn-outline-tertiary { | 186 | .btn-outline-tertiary { |