diff options
author | Kimsible <kimsible@users.noreply.github.com> | 2021-07-21 13:09:06 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2021-07-21 15:33:59 +0200 |
commit | 81d5be91adf4d8274b6c2b19945ac6267b94c6b2 (patch) | |
tree | bc1aef8900e01a6d523ace98be011c09cd680509 /client/src | |
parent | 09f7837d40a598e4f6990a91ca9f201cff01a5f9 (diff) | |
download | PeerTube-81d5be91adf4d8274b6c2b19945ac6267b94c6b2.tar.gz PeerTube-81d5be91adf4d8274b6c2b19945ac6267b94c6b2.tar.zst PeerTube-81d5be91adf4d8274b6c2b19945ac6267b94c6b2.zip |
Define a z-index for dropup
Diffstat (limited to 'client/src')
-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 | ||