Skip to content

Commit

Permalink
fix: touchpad scrolling causes blank area to appear
Browse files Browse the repository at this point in the history
  • Loading branch information
keiko233 committed Nov 11, 2023
1 parent a86eeb6 commit 84b2c07
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/assets/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ body {
background-color: var(--scroller-color);
}

body {
overflow: hidden;
}

@import "./layout.scss";
@import "./page.scss";

Expand Down

0 comments on commit 84b2c07

Please sign in to comment.