aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2023-03-04 21:33:50 +0000
committerMario <mario@mariovavti.com>2023-03-04 21:33:50 +0000
commitd43a56614cd93982d19f4f82aae6e62f9ca533a9 (patch)
tree323987590e989781331a66dececd11cd70c78859 /view/theme
parent9f10e7e3562dfa161962439fe117e11ba42e6875 (diff)
downloadvolse-hubzilla-d43a56614cd93982d19f4f82aae6e62f9ca533a9.tar.gz
volse-hubzilla-d43a56614cd93982d19f4f82aae6e62f9ca533a9.tar.bz2
volse-hubzilla-d43a56614cd93982d19f4f82aae6e62f9ca533a9.zip
position should be fixed
Diffstat (limited to 'view/theme')
-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;
}