diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-02-21 21:25:27 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2020-02-21 21:25:55 +0100 |
commit | 555fdc8c79d6577b1fb048ac928b8376a81ffd67 (patch) | |
tree | 13c8677231adbcf00039aff8b08a563ed9767097 /client/src/app/header | |
parent | 97eae8382eed6267f8f1e04e5aa47b314111c06c (diff) | |
download | PeerTube-555fdc8c79d6577b1fb048ac928b8376a81ffd67.tar.gz PeerTube-555fdc8c79d6577b1fb048ac928b8376a81ffd67.tar.zst PeerTube-555fdc8c79d6577b1fb048ac928b8376a81ffd67.zip |
Provide z-index centralisation for lower components
Diffstat (limited to 'client/src/app/header')
-rw-r--r-- | client/src/app/header/search-typeahead.component.scss | 2 |
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 a55e78326..33b88825f 100644 --- a/client/src/app/header/search-typeahead.component.scss +++ b/client/src/app/header/search-typeahead.component.scss | |||
@@ -30,7 +30,7 @@ | |||
30 | .jump-to-suggestions { | 30 | .jump-to-suggestions { |
31 | top: 100%; | 31 | top: 100%; |
32 | left: 0; | 32 | left: 0; |
33 | z-index: 35; | 33 | z-index: z(typeahead); |
34 | width: 100%; | 34 | width: 100%; |
35 | } | 35 | } |
36 | 36 | ||