From 1f1f687275288e93c2f689354164da8021af40b6 Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Sat, 23 Jan 2021 00:19:35 +0100 Subject: [PATCH] fix styling issue with resize handler --- docs/src/demos/Nodes/Table/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/src/demos/Nodes/Table/index.vue b/docs/src/demos/Nodes/Table/index.vue index da31421d..72769597 100644 --- a/docs/src/demos/Nodes/Table/index.vue +++ b/docs/src/demos/Nodes/Table/index.vue @@ -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;