fix(site): make stats bar scrollable on smaller viewports (#8996)

This commit is contained in:
Bruno Quaresma
2023-08-09 11:26:56 -03:00
committed by GitHub
parent d73e3ad3f3
commit 7fceb9aaff
@@ -268,12 +268,8 @@ const useStyles = makeStyles((theme) => ({
fontSize: 12,
gap: theme.spacing(4),
borderTop: `1px solid ${theme.palette.divider}`,
[theme.breakpoints.down("lg")]: {
flexDirection: "column",
gap: theme.spacing(1),
alignItems: "left",
},
overflowX: "auto",
whiteSpace: "nowrap",
},
group: {
display: "flex",