From 8a445ad09634dcd0c791bcd4db52881879e48756 Mon Sep 17 00:00:00 2001 From: blek Date: Sat, 21 Oct 2023 14:42:53 +1000 Subject: [PATCH] fix header floating with scroll --- filed/static/assets/paint.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/filed/static/assets/paint.css b/filed/static/assets/paint.css index 22e00f5..fe346a2 100644 --- a/filed/static/assets/paint.css +++ b/filed/static/assets/paint.css @@ -55,7 +55,7 @@ html, body { padding-right: var(--header-padding-y); } .header .header-bg { - position: fixed; + position: absolute; top: 0; left: 0; opacity: 0.75; @@ -63,7 +63,7 @@ html, body { height: calc(var(--header-height) + 12px); } .header .header-text { - position: fixed; + position: absolute; top: 0; left: 0; z-index: 1;