Fix for busy overlay (must be position fixed instead of absolute)
This commit is contained in:
parent
feda86f0e2
commit
c0fce73f6f
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
#busy-overlay {
|
||||
display: none;
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in a new issue