diff --git a/core/core-frontend/src/components/data-visualization/canvas/Shape.vue b/core/core-frontend/src/components/data-visualization/canvas/Shape.vue index af164318ab..b146885f68 100644 --- a/core/core-frontend/src/components/data-visualization/canvas/Shape.vue +++ b/core/core-frontend/src/components/data-visualization/canvas/Shape.vue @@ -1047,9 +1047,9 @@ onMounted(() => { .de-drag-right { right: 1px; - top: 1px; + top: 70px; width: 16px; - height: calc(100% - 50px); + height: calc(100% - 110px); } .de-drag-bottom {