full width on desktop scollable on mobile
This commit is contained in:
parent
124856baac
commit
f04213af1e
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ export default function BinDetails (props: Props) {
|
|||
onChange={(_, value) => setCurrentTab(value)}
|
||||
indicatorColor="primary"
|
||||
textColor="primary"
|
||||
variant="scrollable"
|
||||
variant={isMobile ? "scrollable" : "fullWidth"}
|
||||
scrollButtons="auto"
|
||||
allowScrollButtonsMobile
|
||||
sx={{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue