fix: toujours afficher les flèches de scroll des tabs
This commit is contained in:
@@ -222,7 +222,8 @@ export default function Teks({parole}) {
|
|||||||
value={tab}
|
value={tab}
|
||||||
onChange={(event, value) => setTab(value)}
|
onChange={(event, value) => setTab(value)}
|
||||||
variant='scrollable'
|
variant='scrollable'
|
||||||
scrollButtons='auto'
|
scrollButtons
|
||||||
|
allowScrollButtonsMobile
|
||||||
centered={langArray.length === 0}
|
centered={langArray.length === 0}
|
||||||
sx={{borderBottom: 1, borderColor: 'divider', mb: 2}}
|
sx={{borderBottom: 1, borderColor: 'divider', mb: 2}}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user