@ -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