Skip to content

Commit

Permalink
fix(visual): stop scrollbar from moving the page
Browse files Browse the repository at this point in the history
  • Loading branch information
fourstepper committed Sep 23, 2024
1 parent db8b47e commit 7c8d26f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* Write your global styles here, in SCSS syntax. Variables and mixins from the src/variables.scss file are available here without importing */

:root {
overflow-y: scroll;
background-color: getColor(background);
color: getColor(foreground);
line-height: 1.5;
Expand Down

0 comments on commit 7c8d26f

Please sign in to comment.