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 cdbd559 commit 2393c10Copy full SHA for 2393c10
src/components/SideNav.tsx
@@ -156,8 +156,8 @@ const SideNav = ({ path }: SideNavProps) => {
156
pt={8}
157
pb={16}
158
h="calc(100vh - 80px)" // TODO take footer into account for height?
159
- w="calc((100% - 1448px) / 2 + 298px)"
160
- minW="298px"
+ w="calc((100% - 1448px) / 2 + 256px)"
+ minW="256px"
161
overflowY="auto"
162
transition="transform 0.2s ease"
163
bgColor="background.base"
0 commit comments