aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--view/theme/redbasic/css/style.css4
1 files changed, 3 insertions, 1 deletions
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;
}