fix: HeaderTabs Firefox overflow scroll bug with min-width: 0
Signed-off-by: Jack Palmer <jackpalmer@spotify.com>
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user