Skip to content

Commit

Permalink
feat: no macos overscroll behavior (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar authored Jul 12, 2023
1 parent 50f3c1e commit 3e3add3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/core-styles.base.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/elements/root.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions src/lib/_imports/elements/root.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,7 @@ body {

/* To overwrite Bootstrap */
color: var(--global-color-primary--x-dark);

/* Prevent trackpad scroll from showing white background beyond page height */
overscroll-behavior-y: none;
}

0 comments on commit 3e3add3

Please sign in to comment.