aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/header
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/app/header
parent2856af48ac79d614c79ed9e962d70564afbec1e1 (diff)
downloadPeerTube-d6eace77dbc6ddde958ea1e38286fd68a0398768.tar.gz
PeerTube-d6eace77dbc6ddde958ea1e38286fd68a0398768.tar.zst
PeerTube-d6eace77dbc6ddde958ea1e38286fd68a0398768.zip
Fix playlist element dropdown overflow
Diffstat (limited to 'client/src/app/header')
-rw-r--r--client/src/app/header/search-typeahead.component.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/header/search-typeahead.component.scss b/client/src/app/header/search-typeahead.component.scss
index 87e8b8c70..f8d68e986 100644
--- a/client/src/app/header/search-typeahead.component.scss
+++ b/client/src/app/header/search-typeahead.component.scss
@@ -28,7 +28,7 @@
28.jump-to-suggestions { 28.jump-to-suggestions {
29 top: 100%; 29 top: 100%;
30 left: 0; 30 left: 0;
31 z-index: z(typeahead); 31 z-index: z('search-typeahead');
32 width: 100%; 32 width: 100%;
33} 33}
34 34