Skip to content

Commit

Permalink
fix: disable overscroll-behavior
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <[email protected]>
  • Loading branch information
Innei committed Nov 17, 2024
1 parent 7623e30 commit 5b32e33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/renderer/src/styles/base.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
html,
#shadow-html {
--fo-font-family: "SN Pro", system-ui, sans-serif;

overscroll-behavior: none;
}

body,
Expand Down
1 change: 1 addition & 0 deletions packages/components/assets/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
* {
@apply border-border;
}

body {
@apply text-theme-foreground;
}
Expand Down

0 comments on commit 5b32e33

Please sign in to comment.