mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-04-24 06:37:16 -04:00
Added navigation bar shell scroll support
This commit is contained in:
parent
e6f03fb664
commit
59d8243d0b
1 changed files with 4 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue