fix body overflow scroll

This commit is contained in:
Timi
2026-01-06 17:38:18 +08:00
parent ec6b72042e
commit bc6643a6c2

View File

@ -30,8 +30,8 @@ body {
width: 100% !important; width: 100% !important;
margin: 0; margin: 0;
padding: 0; padding: 0;
overflow-x: hidden !important; overflow-x: hidden;
overflow-y: scroll !important; overflow-y: auto;
font-family: var(--tui-font); font-family: var(--tui-font);
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;