fix: touchpad scrolling causes blank area to appear
This commit is contained in:
@@ -34,6 +34,10 @@ body {
|
||||
background-color: var(--scroller-color);
|
||||
}
|
||||
|
||||
body {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
@import "./layout.scss";
|
||||
@import "./page.scss";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user