fix styling issue with resize handler

This commit is contained in:
Hans Pagel 2021-01-23 00:19:35 +01:00
parent 275033f312
commit 1f1f687275

View File

@ -186,7 +186,9 @@ export default {
.column-resize-handle {
position: absolute;
right: -2px; top: 0; bottom: 0;
right: -2px;
top: 0;
bottom: -2px;
width: 4px;
z-index: 20;
background-color: #adf;