fix: HeaderTabs Firefox overflow scroll bug with min-width: 0

Signed-off-by: Jack Palmer <jackpalmer@spotify.com>
This commit is contained in:
Jack Palmer
2022-05-27 16:15:07 +01:00
parent 3b773b8cc6
commit a69690f400
@@ -35,6 +35,7 @@ const useStyles = makeStyles(
gridArea: 'pageSubheader',
backgroundColor: theme.palette.background.paper,
paddingLeft: theme.spacing(3),
minWidth: 0,
},
defaultTab: {
padding: theme.spacing(3, 3),