Fixed loading mask/spinner to stay fixed on scroll

This commit is contained in:
Vincent Petry 2013-09-04 20:50:59 +02:00
parent 611075bf20
commit 4d38441e72
1 changed files with 1 additions and 1 deletions

View File

@ -338,7 +338,7 @@ table.dragshadow td.size {
}
.mask {
z-index: 50;
position: absolute;
position: fixed;
top: 0;
left: 0;
right: 0;