diff --git a/core/core-frontend/src/components/data-visualization/canvas/DePreview.vue b/core/core-frontend/src/components/data-visualization/canvas/DePreview.vue index 4e7faa5c6d..d0f3a569d4 100644 --- a/core/core-frontend/src/components/data-visualization/canvas/DePreview.vue +++ b/core/core-frontend/src/components/data-visualization/canvas/DePreview.vue @@ -133,9 +133,6 @@ const canvasStyle = computed(() => { ? changeStyleWithScale(canvasStyleData.value?.width, scaleHeightPoint.value) + 'px' : '100%' } - if (!dashboardActive.value) { - style['overflow-y'] = 'hidden' - } return style })