diff options
author | Kimsible <kimsible@users.noreply.github.com> | 2021-07-21 13:02:25 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2021-07-21 15:33:59 +0200 |
commit | 09f7837d40a598e4f6990a91ca9f201cff01a5f9 (patch) | |
tree | df8ac10d2af0e9e9bd4287d576f2f912ea313bce /client/src/sass/include | |
parent | cf21b2cbef61929177b9c09b5e017c3b7eb8535d (diff) | |
download | PeerTube-09f7837d40a598e4f6990a91ca9f201cff01a5f9.tar.gz PeerTube-09f7837d40a598e4f6990a91ca9f201cff01a5f9.tar.zst PeerTube-09f7837d40a598e4f6990a91ca9f201cff01a5f9.zip |
Correct z-index for title dropdown in sub-menu and dropdown hover header on scroll
Diffstat (limited to 'client/src/sass/include')
-rw-r--r-- | client/src/sass/include/_variables.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/sass/include/_variables.scss b/client/src/sass/include/_variables.scss index 39e81f270..396dae0e2 100644 --- a/client/src/sass/include/_variables.scss +++ b/client/src/sass/include/_variables.scss | |||
@@ -163,13 +163,13 @@ $zindex: ( | |||
163 | sub-menu : 12500, | 163 | sub-menu : 12500, |
164 | menu : 12600, | 164 | menu : 12600, |
165 | search-typeahead: 12650, | 165 | search-typeahead: 12650, |
166 | header : 12700, | ||
167 | popover : 13000, | 166 | popover : 13000, |
168 | tooltip : 14000, | 167 | tooltip : 14000, |
169 | loadbar : 15000, | 168 | loadbar : 15000, |
170 | modal : 16000, | 169 | modal : 16000, |
171 | dropdown : 17000, | 170 | dropdown : 17000, |
172 | help-popover : 17000, | 171 | help-popover : 17000, |
172 | header : 17500, | ||
173 | notification : 18000, | 173 | notification : 18000, |
174 | hotkeys : 19000 | 174 | hotkeys : 19000 |
175 | ); | 175 | ); |