mirror of https://github.com/Chocobozzz/PeerTube
Fix global loading bar in client
parent
4e239e3554
commit
4872e9468e
|
@ -330,6 +330,10 @@ table {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ngx-loading-bar {
|
||||||
|
z-index: z(header) + 1 !important;
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (max-width: #{breakpoint(xxl)}) {
|
@media screen and (max-width: #{breakpoint(xxl)}) {
|
||||||
.main-col {
|
.main-col {
|
||||||
&.expanded {
|
&.expanded {
|
||||||
|
|
Loading…
Reference in New Issue