Merge pull request #312 from KalerKaler/fix/fixed-equalizer-curve-canvas

Fix/fixed equalizer curve canvas
This commit is contained in:
edideaur 2026-03-13 18:41:49 +02:00 committed by GitHub
commit 0adb43ec3c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7590,7 +7590,7 @@ body:has(#side-panel.active) #close-fullscreen-cover-btn {
/* EQ Response Curve Canvas */
.eq-response-canvas {
position: fixed;
position: absolute;
top: var(--spacing-md);
left: 4px;
width: calc(100% - 8px);