mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-23 23:52:05 -05:00
docs: add overscroll-contain to root layout (#8237)
This commit is contained in:
@@ -94,7 +94,7 @@ export default function RootLayout({ children }: { children: ReactNode }) {
|
||||
<CommandMenuProvider>
|
||||
<div className="relative h-dvh overflow-x-hidden">
|
||||
<StaggeredNavFiles />
|
||||
<div className="absolute inset-0 overflow-y-auto overflow-x-hidden">
|
||||
<div className="absolute inset-0 overflow-y-auto overflow-x-hidden overscroll-contain">
|
||||
{children}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user