diff options
author | Chocobozzz <me@florianbigard.com> | 2020-11-09 16:08:03 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-11-09 16:08:03 +0100 |
commit | 4872e9468ed99092a36c3cd3d5f5b11019182667 (patch) | |
tree | 6e50e9c4cb826da7a995ff83a7a6f1aed0a3a41d | |
parent | 4e239e3554ba7162c03e939f54133933527a1b74 (diff) | |
download | PeerTube-4872e9468ed99092a36c3cd3d5f5b11019182667.tar.gz PeerTube-4872e9468ed99092a36c3cd3d5f5b11019182667.tar.zst PeerTube-4872e9468ed99092a36c3cd3d5f5b11019182667.zip |
Fix global loading bar in client
-rw-r--r-- | client/src/sass/application.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 1456eac6f..1c0d30854 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -330,6 +330,10 @@ table { | |||
330 | margin-top: 10px; | 330 | margin-top: 10px; |
331 | } | 331 | } |
332 | 332 | ||
333 | ngx-loading-bar { | ||
334 | z-index: z(header) + 1 !important; | ||
335 | } | ||
336 | |||
333 | @media screen and (max-width: #{breakpoint(xxl)}) { | 337 | @media screen and (max-width: #{breakpoint(xxl)}) { |
334 | .main-col { | 338 | .main-col { |
335 | &.expanded { | 339 | &.expanded { |