diff options
author | Chocobozzz <me@florianbigard.com> | 2020-08-19 11:35:01 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-08-25 14:42:16 +0200 |
commit | d6eace77dbc6ddde958ea1e38286fd68a0398768 (patch) | |
tree | a45a2c076e40a0491c353e6ea88ed8c38f11b5b2 /client/src/sass/bootstrap.scss | |
parent | 2856af48ac79d614c79ed9e962d70564afbec1e1 (diff) | |
download | PeerTube-d6eace77dbc6ddde958ea1e38286fd68a0398768.tar.gz PeerTube-d6eace77dbc6ddde958ea1e38286fd68a0398768.tar.zst PeerTube-d6eace77dbc6ddde958ea1e38286fd68a0398768.zip |
Fix playlist element dropdown overflow
Diffstat (limited to 'client/src/sass/bootstrap.scss')
-rw-r--r-- | client/src/sass/bootstrap.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index 58256a065..259af7a77 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss | |||
@@ -176,7 +176,7 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/'; | |||
176 | content: ''; | 176 | content: ''; |
177 | display: block; | 177 | display: block; |
178 | position: fixed; | 178 | position: fixed; |
179 | z-index: z('header') - 1; | 179 | z-index: z('menu') - 1; |
180 | } | 180 | } |
181 | } | 181 | } |
182 | } | 182 | } |