Added navigation bar shell scroll support

This commit is contained in:
Anderson Shindy Oki 2025-02-05 09:43:22 +09:00
parent e6f03fb664
commit 59d8243d0b

View file

@ -114,7 +114,10 @@ const AppNavbar: FunctionComponent = () => {
return (
<AppShell.Navbar p="xs" className={styles.nav}>
<Selection.Provider value={{ selection, select }}>
<AppShell.Section grow>
<AppShell.Section
grow
style={{ overflowY: "auto", scrollbarWidth: "none" }}
>
<Stack gap={0}>
{routes.map((route, idx) => (
<RouteItem