Fix resize overlay handler height
This commit is contained in:
parent
ccb02661c8
commit
420e0bb279
|
@ -50,7 +50,7 @@
|
|||
.resize-slider {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
height: var(--row-height);
|
||||
height: var(--default-row-height);
|
||||
opacity: 0;
|
||||
padding: 0 8px;
|
||||
transform: translateX(-50%);
|
||||
|
|
Loading…
Reference in New Issue