Merge remote-tracking branch 'upstream/main'

This commit is contained in:
Lorenzune
2026-04-03 12:04:39 +02:00
3 changed files with 24 additions and 2 deletions
@@ -155,7 +155,7 @@ const CatalogClassicViewInner: FC<{}> = () =>
</div> }
<Grid>
{ !navigationHidden &&
<Column overflow="hidden" size={ 3 }>
<Column overflow="auto" size={ 3 }>
{ activeNodes && (activeNodes.length > 0) &&
<CatalogNavigationView node={ activeNodes[0] } /> }
</Column> }