use absolute positioning instead of fixed (#1860)

This commit is contained in:
Aakansha Doshi 2020-07-02 18:57:47 +05:30 committed by GitHub
parent d9e84b90ce
commit b21f723eee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 30 additions and 25 deletions

View file

@ -8,7 +8,7 @@
}
.LoadingMessage {
position: fixed;
position: absolute;
top: 0;
right: 0;
bottom: 0;