diff --git a/core/core-frontend/src/views/data-visualization/index.vue b/core/core-frontend/src/views/data-visualization/index.vue index 0fffda6186..8798899931 100644 --- a/core/core-frontend/src/views/data-visualization/index.vue +++ b/core/core-frontend/src/views/data-visualization/index.vue @@ -551,6 +551,7 @@ eventBus.on('handleNew', handleNew) .dv-common-layout { height: 100vh; width: 100vw; + overflow: hidden; color: @dv-canvas-main-font-color; .dv-layout-container { height: calc(100vh - @top-bar-height - 1px);