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