mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-10 05:15:35 +08:00
feat: overscroll-y-none
This commit is contained in:
parent
64f2d7139a
commit
063cb31f15
@ -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()}
|
||||
|
Loading…
Reference in New Issue
Block a user