diff --git a/frontend/src/components/queue-panel/queue-panel.ts b/frontend/src/components/queue-panel/queue-panel.ts index dd5fd36..0db5de9 100644 --- a/frontend/src/components/queue-panel/queue-panel.ts +++ b/frontend/src/components/queue-panel/queue-panel.ts @@ -282,6 +282,8 @@ export class QueuePanel user-select: none; width: 100%; box-sizing: border-box; + height: 49px; + overflow: hidden; } .track-item:hover { @@ -317,6 +319,7 @@ export class QueuePanel display: flex; flex-direction: column; gap: 2px; + overflow: hidden; } .track-title {