Fix: Reference position bottom

This commit is contained in:
MasterAcnolo
2026-01-20 22:34:33 +01:00
parent 26c7d4d2ee
commit 590060e504

View File

@@ -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;