From 33ec9d3a9cd1004aec1deb523244cdb96efb185e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=91cze=20Bence?= Date: Thu, 11 Jun 2020 23:53:15 +0200 Subject: [PATCH] MAPG-130 loading animation should be fixed and not absolute --- public/static/css/mapguesser.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/static/css/mapguesser.css b/public/static/css/mapguesser.css index 16b5f28..bddb9f4 100644 --- a/public/static/css/mapguesser.css +++ b/public/static/css/mapguesser.css @@ -285,7 +285,7 @@ div.buttonContainer>button { } #loading { - position: absolute; + position: fixed; width: 64px; height: 64px; top: 50%;