Fix loading bar being obscured by other elements in web UI (#11598)

lolsob-rspec
Eugen Rochko 2019-08-18 14:57:05 +02:00 committed by GitHub
parent 87df04d94c
commit f4802e5c51
1 changed files with 1 additions and 0 deletions

View File

@ -4782,6 +4782,7 @@ a.status-card.compact:hover {
position: absolute;
top: 0;
left: 0;
z-index: 9999;
}
.media-gallery__gifv__label {