Merge pull request #312 from KalerKaler/fix/fixed-equalizer-curve-canvas
Fix/fixed equalizer curve canvas
This commit is contained in:
commit
0adb43ec3c
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue