fix: update layout class for improved scrolling behavior
- Modified the layout class to apply 'md:overscroll-y-none' to allow refreshing on mobile
This commit is contained in:
@@ -46,7 +46,7 @@ function getRootClassName(theme: string) {
|
||||
const fontsClassName = getFontsClassName(theme);
|
||||
|
||||
return cn(
|
||||
'bg-background min-h-screen overscroll-y-none antialiased',
|
||||
'bg-background min-h-screen antialiased md:overscroll-y-none',
|
||||
fontsClassName,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user