use absolute positioning instead of fixed (#1860)
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
}
|
||||
|
||||
.LoadingMessage {
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
|
Reference in New Issue
Block a user