fix: touchpad scrolling causes blank area to appear

This commit is contained in:
keiko233 2023-11-11 15:03:41 +08:00
parent a86eeb636d
commit 84b2c07340

View File

@ -34,6 +34,10 @@ body {
background-color: var(--scroller-color);
}
body {
overflow: hidden;
}
@import "./layout.scss";
@import "./page.scss";