mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-14 17:26:26 +01:00
🐛 Issue with navigation drawer transitionProps
This commit is contained in:
@@ -112,7 +112,13 @@ export const ManageLayout = ({ children }: ManageLayoutProps) => {
|
|||||||
{children}
|
{children}
|
||||||
</Paper>
|
</Paper>
|
||||||
</AppShell>
|
</AppShell>
|
||||||
<Drawer opened={burgerMenuOpen} onClose={closeBurgerMenu}>
|
<Drawer
|
||||||
|
opened={burgerMenuOpen}
|
||||||
|
onClose={closeBurgerMenu}
|
||||||
|
transitionProps={{
|
||||||
|
transition: 'slide-right',
|
||||||
|
}}
|
||||||
|
>
|
||||||
{navigationLinkComponents}
|
{navigationLinkComponents}
|
||||||
</Drawer>
|
</Drawer>
|
||||||
</>
|
</>
|
||||||
|
|||||||
Reference in New Issue
Block a user