🐛 Fix resize bar background (#6435)

This commit is contained in:
Eva Marco 2025-05-08 13:37:00 +02:00 committed by GitHub
parent 71aa8e5a86
commit 66b47f9444
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 1 deletions

View file

@ -85,6 +85,7 @@ $width-settings-bar-max: $s-500;
}
.resize-area-horiz {
background-color: var(--panel-background-color);
position: absolute;
left: 0;
width: 100%;

View file

@ -193,12 +193,14 @@
}
.resize-area-horiz {
background-color: var(--panel-background-color);
position: absolute;
left: 0;
width: 100%;
padding: $s-3 0 $s-1 0;
height: $s-6;
cursor: ns-resize;
z-index: 1;
}
.resize-handle-horiz {