Fix global loading bar in client

pull/3284/head
Chocobozzz 2020-11-09 16:08:03 +01:00
parent 4e239e3554
commit 4872e9468e
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 4 additions and 0 deletions

View File

@ -330,6 +330,10 @@ table {
margin-top: 10px;
}
ngx-loading-bar {
z-index: z(header) + 1 !important;
}
@media screen and (max-width: #{breakpoint(xxl)}) {
.main-col {
&.expanded {