diff --git a/packages/editor-ui/src/components/ExecutionsView/ExecutionsSidebar.vue b/packages/editor-ui/src/components/ExecutionsView/ExecutionsSidebar.vue index 2677c72623..7469a77a18 100644 --- a/packages/editor-ui/src/components/ExecutionsView/ExecutionsSidebar.vue +++ b/packages/editor-ui/src/components/ExecutionsView/ExecutionsSidebar.vue @@ -204,6 +204,8 @@ export default defineComponent({ border-right: var(--border-base); padding: var(--spacing-l) 0 var(--spacing-l) var(--spacing-l); z-index: 1; + display: flex; + flex-direction: column; overflow: hidden; } @@ -228,7 +230,7 @@ export default defineComponent({ } .executionList { - height: calc(100% - 10.5em); + flex: 1; overflow: auto; margin-bottom: var(--spacing-m); background-color: var(--color-background-xlight) !important;