Fix for busy overlay (must be position fixed instead of absolute)

This commit is contained in:
Michael Mayer 2019-05-15 18:58:12 +02:00
parent feda86f0e2
commit c0fce73f6f

View file

@ -11,7 +11,7 @@
#busy-overlay {
display: none;
position: absolute;
position: fixed;
top: 0;
left: 0;
width: 100%;