Migrate sidebar playlist to react-window

This commit is contained in:
jeffvli 2023-02-08 03:44:37 -08:00
parent 147b155d60
commit 2845476d83
2 changed files with 134 additions and 136 deletions

View file

@ -171,6 +171,7 @@ export const Sidebar = () => {
spacing={0}
>
<MotionStack
h="100%"
layout="position"
spacing={0}
sx={{ maxHeight: showImage ? `calc(100% - ${sidebar.leftWidth})` : '100%' }}