Skip to content

Commit

Permalink
feat: overscroll-y-none
Browse files Browse the repository at this point in the history
  • Loading branch information
kunish committed Sep 22, 2023
1 parent 64f2d71 commit 063cb31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export const App = () => {
<I18nProvider locale={locale()}>
<div
class={twMerge(
'relative flex h-screen flex-col subpixel-antialiased p-safe',
'relative flex h-screen flex-col overscroll-y-none subpixel-antialiased p-safe',
useTwemoji() ? 'font-twemoji' : 'font-no-twemoji',
)}
data-theme={curTheme()}
Expand Down

0 comments on commit 063cb31

Please sign in to comment.