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/sass/include | |
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/sass/include')
-rw-r--r-- | client/src/sass/include/_variables.scss | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/client/src/sass/include/_variables.scss b/client/src/sass/include/_variables.scss index 0c37cd68a..4ef8e17b9 100644 --- a/client/src/sass/include/_variables.scss +++ b/client/src/sass/include/_variables.scss | |||
@@ -102,9 +102,10 @@ $variables: ( | |||
102 | /*** z-index groups ***/ | 102 | /*** z-index groups ***/ |
103 | 103 | ||
104 | $zindex: ( | 104 | $zindex: ( |
105 | miniature : 10, | ||
106 | privacymsg : 20, | ||
107 | typeahead : 30, | ||
105 | header : 1000, | 108 | header : 1000, |
106 | /* header context */ | ||
107 | headerLeft : 10, | ||
108 | menu : 11000, | 109 | menu : 11000, |
109 | dropdown : 12000, | 110 | dropdown : 12000, |
110 | popover : 13000, | 111 | popover : 13000, |