Added navigation bar shell scroll support

pull/2847/head v1.5.2-beta.14
Anderson Shindy Oki 3 weeks ago
parent e6f03fb664
commit 59d8243d0b

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

Loading…
Cancel
Save