Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix(site): fix vertical scroll in the bottom bar
  • Loading branch information
BrunoQuaresma committed Aug 23, 2023
commit e5df6796c27dbd22b6a99a44178046b3e41ac9a2
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ const useStyles = makeStyles((theme) => ({
height: bannerHeight,
bottom: 0,
zIndex: 1,
padding: theme.spacing(1, 2),
padding: theme.spacing(0, 2),
backgroundColor: theme.palette.background.paper,
display: "flex",
alignItems: "center",
Expand Down