aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/include
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-03-02 14:25:07 +0100
committerChocobozzz <me@florianbigard.com>2022-03-02 14:25:07 +0100
commit42d73f1c57f131e33d632de55d2b231f3fafd70c (patch)
tree6a9b4f8dd06b60c6606d42776e161e305123002a /client/src/sass/include
parent135c38bbc5bdbbeb8b9748220b0daa81c7b17f27 (diff)
downloadPeerTube-42d73f1c57f131e33d632de55d2b231f3fafd70c.tar.gz
PeerTube-42d73f1c57f131e33d632de55d2b231f3fafd70c.tar.zst
PeerTube-42d73f1c57f131e33d632de55d2b231f3fafd70c.zip
Fix modal z-index
Should be on top of the header too
Diffstat (limited to 'client/src/sass/include')
-rw-r--r--client/src/sass/include/_variables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/sass/include/_variables.scss b/client/src/sass/include/_variables.scss
index e1d3716dd..f68f4e18d 100644
--- a/client/src/sass/include/_variables.scss
+++ b/client/src/sass/include/_variables.scss
@@ -167,12 +167,12 @@ $zindex: (
167 popover : 13000, 167 popover : 13000,
168 tooltip : 14000, 168 tooltip : 14000,
169 loadbar : 15000, 169 loadbar : 15000,
170 modal : 16000,
171 dropdown : 17000, 170 dropdown : 17000,
172 help-popover : 17000, 171 help-popover : 17000,
173 privacymsg : 17500, 172 privacymsg : 17500,
174 header : 17500, 173 header : 17500,
175 notification : 18000, 174 notification : 18000,
175 modal : 19000,
176 hotkeys : 19000 176 hotkeys : 19000
177); 177);
178 178