I am developing a responsive Video Player with an accompanying playlist designed for Desktop and larger screens. The playlist has the potential to contain a large number of items, possibly in the hundreds.
To view my progress so far, please visit https://codesandbox.io/s/responsive-video-player-playlist-q3601
One challenge that I am encountering is that when there are numerous items in the playlist, it becomes non-scrollable and does not align in height with its counterpart (the video player).
My objectives include:
- Ensuring that the playlist matches the height of the video player.
- Providing scroll functionality for playlists containing a high volume of items.
Approaches attempted thus far:
A demo showcasing my efforts can be accessed at https://codesandbox.io/s/responsive-video-player-playlist-q3601
Your assistance on this matter would be greatly valued!