We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 077af58 commit 6e776cbCopy full SHA for 6e776cb
web/src/layout/index.tsx
@@ -12,7 +12,7 @@ const Layout: React.FC = () => {
12
return (
13
<OverlayScrollContext.Provider value={containerRef}>
14
<OverlayScrollbarsComponent
15
- className="h-screen w-screen"
+ className="h-screen w-full"
16
ref={containerRef}
17
options={{ showNativeOverlaidScrollbars: true }}
18
>
0 commit comments