diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/components/GradientColorSelector.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/components/GradientColorSelector.vue index 0bcfff4b94..c8f92fc975 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-style/components/GradientColorSelector.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-style/components/GradientColorSelector.vue @@ -282,8 +282,7 @@ onMounted(() => { :deep(.ed-tabs__content) { height: calc(100% - 35px); - overflow-y: auto; - overflow-x: hidden; + overflow: hidden; } } .padding-tab {