From 590060e50480627eb2064cf15f0bc2ec9132a50e Mon Sep 17 00:00:00 2001 From: MasterAcnolo <68693319+MasterAcnolo@users.noreply.github.com> Date: Tue, 20 Jan 2026 22:34:33 +0100 Subject: [PATCH] Fix: Reference position bottom --- public/styles/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/styles/styles.css b/public/styles/styles.css index 25cfbea..0b606e7 100644 --- a/public/styles/styles.css +++ b/public/styles/styles.css @@ -52,9 +52,9 @@ body { /* Because why not */ #reference{ - position: absolute; + position: fixed; pointer-events: none; - bottom: 0; + bottom:0vh; left: 10px; font-size: 1em; color: #b0b0b02f;