fix(site): add horizontal scroll when having many tabs (#8998)

This commit is contained in:
Bruno Quaresma
2023-08-09 14:28:25 +00:00
committed by GitHub
parent 7fceb9aaff
commit 7b35f3b3ad
@@ -87,6 +87,7 @@ const useStyles = makeStyles((theme) => ({
alignItems: "baseline",
borderBottom: `1px solid ${theme.palette.divider}`,
gap: 1,
overflowX: "auto",
},
tab: {
@@ -101,6 +102,7 @@ const useStyles = makeStyles((theme) => ({
gap: theme.spacing(0.5),
position: "relative",
color: theme.palette.text.secondary,
whiteSpace: "nowrap",
"& svg": {
width: 22,