fix: allow horizontal scroll and content expansion when zoomed beyond viewport

This commit is contained in:
juanatsap
2025-11-12 16:53:28 +00:00
parent 3aeaf3db43
commit ff93a3f314
2 changed files with 15 additions and 3 deletions
+4 -3
View File
@@ -34,6 +34,7 @@ body {
line-height: 1.5;
font-size: 16px;
font-weight: 400;
overflow-x: auto; /* Allow horizontal scroll when zoomed */
}
a {
@@ -3673,9 +3674,9 @@ html {
/* Green hover only when zoom is not at default (100) */
.zoom-reset-btn.zoom-not-default:hover {
background: rgba(39, 174, 96, 0.5);
border-color: rgba(39, 174, 96, 0.5);
color: rgba(255, 255, 255, 0.5);
background: rgb(23 210 102 / 50%);
border-color: rgb(21 103 55 / 20%);
color: rgba(255, 255, 255, 0.8);
}
.zoom-reset-btn:active {