diff options
author | Chocobozzz <me@florianbigard.com> | 2020-05-20 11:58:03 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-05-20 11:58:03 +0200 |
commit | e0433a5f8f9346080b24d73d17c9f8fcb660a5d1 (patch) | |
tree | 9119280fde48a2ab72829ae6ad7d0273b7829577 /client/src/sass/bootstrap.scss | |
parent | 3bf07dd8c27aa6ef40111c6f055e8975b3f514f4 (diff) | |
download | PeerTube-e0433a5f8f9346080b24d73d17c9f8fcb660a5d1.tar.gz PeerTube-e0433a5f8f9346080b24d73d17c9f8fcb660a5d1.tar.zst PeerTube-e0433a5f8f9346080b24d73d17c9f8fcb660a5d1.zip |
Fix dropdown menu overflow
Diffstat (limited to 'client/src/sass/bootstrap.scss')
-rw-r--r-- | client/src/sass/bootstrap.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index cb266cc68..7985472ed 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss | |||
@@ -37,6 +37,8 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/'; | |||
37 | } | 37 | } |
38 | 38 | ||
39 | .dropdown-menu { | 39 | .dropdown-menu { |
40 | z-index: z(dropdown) + 1 !important; | ||
41 | |||
40 | border-radius: 3px; | 42 | border-radius: 3px; |
41 | box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); | 43 | box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); |
42 | font-size: 15px; | 44 | font-size: 15px; |