diff --git a/core/core-frontend/src/components/data-visualization/canvas/ComponentWrapper.vue b/core/core-frontend/src/components/data-visualization/canvas/ComponentWrapper.vue index c9787b69d3..a54d5bee10 100644 --- a/core/core-frontend/src/components/data-visualization/canvas/ComponentWrapper.vue +++ b/core/core-frontend/src/components/data-visualization/canvas/ComponentWrapper.vue @@ -154,7 +154,7 @@ const componentBackgroundStyle = computed(() => { } else { style['background-color'] = colorRGBA } - if (element.value.component !== 'UserView') { + if (config.value.component !== 'UserView') { style['overflow'] = 'hidden' } return style