mirror of
https://github.com/nextcloud/server.git
synced 2026-07-16 05:13:10 -04:00
Fixed loading mask/spinner to stay fixed on scroll
This commit is contained in:
parent
611075bf20
commit
4d38441e72
1 changed files with 1 additions and 1 deletions
|
|
@ -338,7 +338,7 @@ table.dragshadow td.size {
|
|||
}
|
||||
.mask {
|
||||
z-index: 50;
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue