From 8f5fd6e996b23768175b10131d297159db058456 Mon Sep 17 00:00:00 2001 From: Mark Collins <15948152+Marcool04@users.noreply.github.com> Date: Thu, 8 May 2025 16:57:10 +0200 Subject: [PATCH] Fix #header-arrow css for high zoom --- assets/css/theme.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/theme.scss b/assets/css/theme.scss index 95341c3..418f3fe 100644 --- a/assets/css/theme.scss +++ b/assets/css/theme.scss @@ -124,7 +124,7 @@ body { font-size: 140px; margin: -10px auto; text-align: center; - position: absolute; + display: inline-block; width: 100%; left: 0; bottom: -120px;