prevent width overflow on lyrics container (#1106)

This commit is contained in:
jeffvli 2025-09-10 20:49:11 -07:00
parent 479aa2e22d
commit ff6dda7b06

View file

@ -25,6 +25,8 @@
display: flex;
width: 100%;
height: 100%;
min-width: 0;
overflow: hidden;
&:hover {
.actions-container {