aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/include
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-06-10 16:01:35 +0200
committerChocobozzz <me@florianbigard.com>2022-06-10 16:01:35 +0200
commit3e3b360c53f43f354fe9b191b69cda444fabf712 (patch)
tree36ce043b43ec4150aa90d8a07f3a0d149a74c35b /client/src/sass/include
parenta70bf3bd3337406704af5907a015ba385df0483d (diff)
downloadPeerTube-3e3b360c53f43f354fe9b191b69cda444fabf712.tar.gz
PeerTube-3e3b360c53f43f354fe9b191b69cda444fabf712.tar.zst
PeerTube-3e3b360c53f43f354fe9b191b69cda444fabf712.zip
Fix notification z-index with modals
Diffstat (limited to 'client/src/sass/include')
-rw-r--r--client/src/sass/include/_variables.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/sass/include/_variables.scss b/client/src/sass/include/_variables.scss
index 776e820be..6102e32f1 100644
--- a/client/src/sass/include/_variables.scss
+++ b/client/src/sass/include/_variables.scss
@@ -173,9 +173,9 @@ $zindex: (
173 help-popover : 17000, 173 help-popover : 17000,
174 privacymsg : 17500, 174 privacymsg : 17500,
175 header : 17500, 175 header : 17500,
176 notification : 18000,
177 modal : 19000, 176 modal : 19000,
178 hotkeys : 19000 177 hotkeys : 19000,
178 notification : 20000
179); 179);
180 180
181@function z($label) { 181@function z($label) {