fix: touchpad scrolling causes blank area to appear

This commit is contained in:
keiko233 2023-11-11 15:03:41 +08:00
parent 0bd37eb8f9
commit 23fb634847

View File

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