Skip to content

Commit e04d58d

Browse files
fix: 🐛 add default width to main wrapper
1 parent 3161cb3 commit e04d58d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/SidebarWrapper/SidebarWrapper.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
box-sizing: border-box;
33
height: 100vh;
44
position: fixed;
5+
width: 400px;
56
top: 0;
67
left: 0;
78
z-index: 999;

0 commit comments

Comments
 (0)