fix: allow horizontal scroll and content expansion when zoomed beyond viewport
This commit is contained in:
+4
-3
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user