fix: scroller fix!

This commit is contained in:
Tim
2025-08-05 19:44:59 +08:00
parent 7fe37d0131
commit eb933b8f78
2 changed files with 9 additions and 7 deletions

View File

@@ -56,7 +56,8 @@ body {
font-family: 'Roboto', sans-serif;
background-color: var(--normal-background-color);
color: var(--text-color);
/* overflow: hidden; 禁止滚动 */
/* 禁止滚动 */
/* overflow: hidden; */
}
/*************************