diff options
author | Chocobozzz <me@florianbigard.com> | 2022-03-02 14:25:07 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-03-02 14:25:07 +0100 |
commit | 42d73f1c57f131e33d632de55d2b231f3fafd70c (patch) | |
tree | 6a9b4f8dd06b60c6606d42776e161e305123002a /client/src | |
parent | 135c38bbc5bdbbeb8b9748220b0daa81c7b17f27 (diff) | |
download | PeerTube-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')
-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 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 | ||