diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-02-12 16:58:01 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2020-02-12 16:58:03 +0100 |
commit | eb7c7a517902eae425b05d1ca9cb7f99f76ee71f (patch) | |
tree | 8fe379865fe1331616e8625ef4f6f488f1431536 /client/src/sass/bootstrap.scss | |
parent | 2779f29a66df9ad6fb162cfc9563e98fd137e223 (diff) | |
download | PeerTube-eb7c7a517902eae425b05d1ca9cb7f99f76ee71f.tar.gz PeerTube-eb7c7a517902eae425b05d1ca9cb7f99f76ee71f.tar.zst PeerTube-eb7c7a517902eae425b05d1ca9cb7f99f76ee71f.zip |
Fix user dropdown menu with long texts
closes #2480
Diffstat (limited to 'client/src/sass/bootstrap.scss')
-rw-r--r-- | client/src/sass/bootstrap.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index 330882fe4..2aca8c380 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss | |||
@@ -18,6 +18,10 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/'; | |||
18 | } | 18 | } |
19 | } | 19 | } |
20 | 20 | ||
21 | .dropdown { | ||
22 | z-index: 10001 !important; | ||
23 | } | ||
24 | |||
21 | .dropdown-menu { | 25 | .dropdown-menu { |
22 | border-radius: 3px; | 26 | border-radius: 3px; |
23 | 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); | 27 | 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); |