aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/bootstrap.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-08-19 11:35:01 +0200
committerChocobozzz <chocobozzz@cpy.re>2020-08-25 14:42:16 +0200
commitd6eace77dbc6ddde958ea1e38286fd68a0398768 (patch)
treea45a2c076e40a0491c353e6ea88ed8c38f11b5b2 /client/src/sass/bootstrap.scss
parent2856af48ac79d614c79ed9e962d70564afbec1e1 (diff)
downloadPeerTube-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.scss2
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 }