Skip to content

Commit

Permalink
fix: h to minH for menu
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementNumericite committed May 17, 2023
1 parent c0a2e00 commit 846c789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp-next/components/layouts/Menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export function Menu() {
borderRadius={16}
bg="white"
w={80}
h={'calc(100vh - 2.5rem)'}
minH={'calc(100vh - 2.5rem)'}
position="sticky"
top={0}
boxShadow="box-shadow: 0px 10px 15px -3px rgba(36, 108, 249, 0.04), 0px 4px 6px -2px rgba(36, 108, 249, 0.04);"
Expand Down

0 comments on commit 846c789

Please sign in to comment.