Merged in bugfix/MAPG-130-fix-loading-animation-position (pull request #101)

MAPG-130 loading animation should be fixed and not absolute
This commit is contained in:
Bence Pőcze 2020-06-11 21:53:47 +00:00
commit 49b6f28a9d

View File

@ -285,7 +285,7 @@ div.buttonContainer>button {
} }
#loading { #loading {
position: absolute; position: fixed;
width: 64px; width: 64px;
height: 64px; height: 64px;
top: 50%; top: 50%;