From d43a56614cd93982d19f4f82aae6e62f9ca533a9 Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 4 Mar 2023 21:33:50 +0000 Subject: position should be fixed --- view/theme/redbasic/css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'view/theme/redbasic/css') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index ff0d156b5..480e951a9 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1722,7 +1722,9 @@ dl.bb-dl > dd > li { z-index: 10000; width: 20vw; height: 3px; - position: absolute; + position: fixed; + top: 0px; + left: 0px; animation: pageloader_move 2s ease-out infinite; } -- cgit v1.2.3