fix(site): fix vertical scroll in the bottom bar (#9270)

This commit is contained in:
Bruno Quaresma
2023-08-23 17:24:47 -03:00
committed by GitHub
parent 2fa6a50de6
commit 6c93687095
@@ -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",