MAPG-130 loading animation should be fixed and not absolute

This commit is contained in:
Bence Pőcze 2020-06-11 23:53:15 +02:00
parent 6fb122e842
commit 33ec9d3a9c

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%;