aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/include
diff options
context:
space:
mode:
authorKimsible <kimsible@users.noreply.github.com>2021-07-21 13:33:14 +0200
committerChocobozzz <chocobozzz@cpy.re>2021-07-21 15:33:59 +0200
commit435990290a61ca6fdb679e6b076ef9157b89a6ce (patch)
tree4996e472b23009ab0f1aca541550581c2ab36e60 /client/src/sass/include
parent81d5be91adf4d8274b6c2b19945ac6267b94c6b2 (diff)
downloadPeerTube-435990290a61ca6fdb679e6b076ef9157b89a6ce.tar.gz
PeerTube-435990290a61ca6fdb679e6b076ef9157b89a6ce.tar.zst
PeerTube-435990290a61ca6fdb679e6b076ef9157b89a6ce.zip
Correct privacymsg z-index to avoid hover dropdown on scroll
Diffstat (limited to 'client/src/sass/include')
-rw-r--r--client/src/sass/include/_variables.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/sass/include/_variables.scss b/client/src/sass/include/_variables.scss
index 396dae0e2..e0a4c7d3f 100644
--- a/client/src/sass/include/_variables.scss
+++ b/client/src/sass/include/_variables.scss
@@ -159,8 +159,8 @@ $variables: (
159 159
160$zindex: ( 160$zindex: (
161 miniature : 10, 161 miniature : 10,
162 privacymsg : 20,
163 sub-menu : 12500, 162 sub-menu : 12500,
163 overlay : 12550,
164 menu : 12600, 164 menu : 12600,
165 search-typeahead: 12650, 165 search-typeahead: 12650,
166 popover : 13000, 166 popover : 13000,
@@ -169,6 +169,7 @@ $zindex: (
169 modal : 16000, 169 modal : 16000,
170 dropdown : 17000, 170 dropdown : 17000,
171 help-popover : 17000, 171 help-popover : 17000,
172 privacymsg : 17500,
172 header : 17500, 173 header : 17500,
173 notification : 18000, 174 notification : 18000,
174 hotkeys : 19000 175 hotkeys : 19000