fix styling issue with resize handler
This commit is contained in:
@@ -186,7 +186,9 @@ export default {
|
|||||||
|
|
||||||
.column-resize-handle {
|
.column-resize-handle {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: -2px; top: 0; bottom: 0;
|
right: -2px;
|
||||||
|
top: 0;
|
||||||
|
bottom: -2px;
|
||||||
width: 4px;
|
width: 4px;
|
||||||
z-index: 20;
|
z-index: 20;
|
||||||
background-color: #adf;
|
background-color: #adf;
|
||||||
|
|||||||
Reference in New Issue
Block a user