From 9e6b9e7c27c1c576c07e9264ce71ef33c3890596 Mon Sep 17 00:00:00 2001 From: ReiMerc Date: Wed, 8 Feb 2023 11:52:19 +0100 Subject: [PATCH] CSS tweaks --- frontend/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/frontend/style.css b/frontend/style.css index 1788446..510377c 100644 --- a/frontend/style.css +++ b/frontend/style.css @@ -175,7 +175,8 @@ code { } #mouse-position, #coords { - color: #7E7E7E; + color: white; + opacity: 0.5; font-size: 0.9em; } @@ -186,13 +187,13 @@ code { border: 2px solid black; background-color: var(--brand); filter: drop-shadow(1px 1px 2px black); - position: absolute; + position: fixed; display: none; } #tooltip { display: none; - position: absolute; + position: fixed; background-color: white; color: black; padding: 5px;