not allow scroll

This commit is contained in:
tim
2025-07-14 20:35:52 +08:00
parent d063625cd7
commit c9c96edcb0

View File

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