Fixed mobile optimization in the Help.jsx
This commit is contained in:
@ -23,7 +23,7 @@ export const Help = () => {
|
|||||||
</Stack>
|
</Stack>
|
||||||
|
|
||||||
<Tabs value={currentTab} sx={{mt: 10}} onChange={(event, newValue) => setCurrentTab(newValue)}
|
<Tabs value={currentTab} sx={{mt: 10}} onChange={(event, newValue) => setCurrentTab(newValue)}
|
||||||
variant="scrollable" scrollButtons="auto" allowScrollButtonsMobile>
|
variant="scrollable" scrollButtons="auto">
|
||||||
<Tab label="Lizenzierung" disableRipple/>
|
<Tab label="Lizenzierung" disableRipple/>
|
||||||
<Tab label="Gruppen" disableRipple/>
|
<Tab label="Gruppen" disableRipple/>
|
||||||
<Tab label="Schnittstelle" disableRipple/>
|
<Tab label="Schnittstelle" disableRipple/>
|
||||||
|
Reference in New Issue
Block a user