tsoding / musializer

Music Visualizer
MIT License
877 stars 92 forks source link

FIX: Track label cut out when overflown #100

Closed abhra0897 closed 6 months ago

abhra0897 commented 6 months ago

Originally, track labels were cut out when they couldn't fit within the item boundary.

To fix this, I implemented a basic scroll-on-hover.

Fill free to remove the comments. I added them for a quicker understanding of the code. musializer-label-scroll

abhra0897 commented 6 months ago

Improved version here: https://github.com/tsoding/musializer/pull/102