Skip to content

Commit 3c94b47

Browse files
timngynRachel Lee Nabors
authored andcommitted
fix: add bottom padding to menu so there is more room to scroll (#4962)
* fix: add bottom padding to menu so there is more room to scroll * Decrease padding
1 parent 6f51895 commit 3c94b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Menu/styles.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ export const MenuStyle = styled.div`
2929
max-height: 100vh;
3030
overflow-y: auto; /* for Firefox */
3131
overflow-y: overlay; /* for Webkit browsers */
32-
margin-bottom: 6rem;
3332
}
3433
}
3534
`;
3635

3736
export const MenuBodyStyle = styled.div`
3837
display: block;
3938
margin: 0 2.5rem;
39+
padding-bottom: 9rem;
4040
`;
4141

4242
export const MenuBreakStyle = styled.hr`

0 commit comments

Comments
 (0)