diff options
Diffstat (limited to 'client/src/sass/bootstrap.scss')
-rw-r--r-- | client/src/sass/bootstrap.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index dbe206d05..586f558fe 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss | |||
@@ -59,7 +59,8 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/'; | |||
59 | } | 59 | } |
60 | 60 | ||
61 | /* rules for dropdowns excepts when in button group, to avoid impacting the dropdown-toggle */ | 61 | /* rules for dropdowns excepts when in button group, to avoid impacting the dropdown-toggle */ |
62 | .dropdown { | 62 | .dropdown, |
63 | .dropup { | ||
63 | z-index: z(dropdown) !important; | 64 | z-index: z(dropdown) !important; |
64 | } | 65 | } |
65 | 66 | ||