add comment to sidebar scroll wrapper div

Signed-off-by: Dave Ashby <dave.ashby@potomacsi.com>
This commit is contained in:
Dave Ashby
2024-05-29 16:35:39 -04:00
committed by Fredrik Adelöw
parent b49897fc5e
commit 600db9049a
@@ -70,7 +70,9 @@ export const Root = ({ children }: PropsWithChildren<{}>) => (
<SidebarItem icon={CreateComponentIcon} to="create" text="Create..." />
{/* End global nav */}
<SidebarDivider />
<SidebarScrollWrapper />
<SidebarScrollWrapper>
{ /* Items in this group will be scrollable if they run out of space */ }
</SidebarScrollWrapper>
</SidebarGroup>
<SidebarSpace />
<SidebarDivider />