fix: switch from CSS zoom to transform scale for true unlimited zoom

- Replace CSS zoom with transform: scale() for proper viewport extension
- Add dynamic margin-bottom to position footer correctly
- Remove zoom: 1 reset from fixed buttons (no longer needed)
- Enables true zoom from 10% to 500% that extends beyond viewport
This commit is contained in:
juanatsap
2025-11-12 16:24:21 +00:00
parent 785e80ec8f
commit 15834a6d6b
2 changed files with 8 additions and 5 deletions
-2
View File
@@ -2592,7 +2592,6 @@ html {
z-index: 99;
transition: all 0.3s ease;
opacity: 0.2;
zoom: 1; /* Prevent zoom inheritance */
}
.back-to-top:hover {
@@ -2644,7 +2643,6 @@ html {
z-index: 99;
transition: all 0.3s ease;
opacity: 0.2;
zoom: 1; /* Prevent zoom inheritance */
}
.info-button:hover {