Plugin module loading

This commit is contained in:
Gregory Schier
2023-10-29 20:50:23 -07:00
parent 90fbb81e1d
commit c8e674d015
7 changed files with 108 additions and 48 deletions

View File

@@ -165,7 +165,7 @@ export const Sidebar = memo(function Sidebar({ className }: Props) {
tabIndex={hidden ? -1 : 0}
className={classNames(
className,
'h-full pb-3 overflow-y-scroll overflow-x-visible pt-2',
'h-full pb-3 overflow-y-scroll overflow-x-visible hide-scrollbars pt-2',
)}
>
<SidebarItems