From 785e80ec8fbcee593422db8b59b2be15b936a44d Mon Sep 17 00:00:00 2001 From: juanatsap Date: Wed, 12 Nov 2025 16:22:43 +0000 Subject: [PATCH] fix: prevent zoom inheritance on fixed buttons (info and back-to-top) --- static/css/main.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/css/main.css b/static/css/main.css index 72f4be5..85b0a65 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -2592,6 +2592,7 @@ html { z-index: 99; transition: all 0.3s ease; opacity: 0.2; + zoom: 1; /* Prevent zoom inheritance */ } .back-to-top:hover { @@ -2643,6 +2644,7 @@ html { z-index: 99; transition: all 0.3s ease; opacity: 0.2; + zoom: 1; /* Prevent zoom inheritance */ } .info-button:hover {