Fix resize overlay handler height

This commit is contained in:
Andrew Kingston 2023-04-18 08:22:28 +01:00
parent ccb02661c8
commit 420e0bb279
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@
.resize-slider { .resize-slider {
position: absolute; position: absolute;
top: 0; top: 0;
height: var(--row-height); height: var(--default-row-height);
opacity: 0; opacity: 0;
padding: 0 8px; padding: 0 8px;
transform: translateX(-50%); transform: translateX(-50%);