feat: overscroll-y-none

This commit is contained in:
kunish 2023-09-23 02:18:57 +08:00
parent 64f2d7139a
commit 063cb31f15
No known key found for this signature in database
GPG Key ID: 647A12B4F782C430

View File

@ -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()}