Skip to content

Commit 6e776cb

Browse files
committed
style: update OverlayScrollbarsComponent width class for better responsiveness
1 parent 077af58 commit 6e776cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/layout/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const Layout: React.FC = () => {
1212
return (
1313
<OverlayScrollContext.Provider value={containerRef}>
1414
<OverlayScrollbarsComponent
15-
className="h-screen w-screen"
15+
className="h-screen w-full"
1616
ref={containerRef}
1717
options={{ showNativeOverlaidScrollbars: true }}
1818
>

0 commit comments

Comments
 (0)