diff options
author | Chocobozzz <me@florianbigard.com> | 2022-05-04 09:02:50 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-05-04 09:02:59 +0200 |
commit | 26da644eab9ef62a3e559ac5626bb65a0b13a14d (patch) | |
tree | 95826f6881c28290ff8a657b07ae5966f9993370 /client/src/sass/application.scss | |
parent | 9295c68b74fe1f1e2e9f72009205d7f0379844c5 (diff) | |
download | PeerTube-26da644eab9ef62a3e559ac5626bb65a0b13a14d.tar.gz PeerTube-26da644eab9ef62a3e559ac5626bb65a0b13a14d.tar.zst PeerTube-26da644eab9ef62a3e559ac5626bb65a0b13a14d.zip |
Fix help component z-index
Diffstat (limited to 'client/src/sass/application.scss')
-rw-r--r-- | client/src/sass/application.scss | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 81bbfa43a..84b575eb3 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -17,6 +17,8 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/'; | |||
17 | @import './bootstrap'; | 17 | @import './bootstrap'; |
18 | @import './primeng-custom'; | 18 | @import './primeng-custom'; |
19 | 19 | ||
20 | @import './z-index'; | ||
21 | |||
20 | [hidden] { | 22 | [hidden] { |
21 | display: none !important; | 23 | display: none !important; |
22 | } | 24 | } |
@@ -324,10 +326,6 @@ table { | |||
324 | margin-top: 10px; | 326 | margin-top: 10px; |
325 | } | 327 | } |
326 | 328 | ||
327 | ngx-loading-bar { | ||
328 | z-index: z(header) + 1 !important; | ||
329 | } | ||
330 | |||
331 | @media screen and (max-width: #{breakpoint(xxl)}) { | 329 | @media screen and (max-width: #{breakpoint(xxl)}) { |
332 | .main-col { | 330 | .main-col { |
333 | --horizontalMarginContent: #{math.div($not-expanded-horizontal-margins, 2)}; | 331 | --horizontalMarginContent: #{math.div($not-expanded-horizontal-margins, 2)}; |