fix: prevent zoom inheritance on fixed buttons (info and back-to-top)

This commit is contained in:
juanatsap
2025-11-12 16:22:43 +00:00
parent bef0b94add
commit 785e80ec8f
+2
View File
@@ -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 {