diff --git a/packages/hub-ui/src/client/components/dock/DockEdge.vue b/packages/hub-ui/src/client/components/dock/DockEdge.vue index 0f4398e4..f0255d81 100644 --- a/packages/hub-ui/src/client/components/dock/DockEdge.vue +++ b/packages/hub-ui/src/client/components/dock/DockEdge.vue @@ -363,8 +363,8 @@ const toolbarClass = computed(() => { const contentClass = computed(() => { return isVertical.value - ? 'flex-1 h-full overflow-hidden' - : 'flex-1 w-full overflow-hidden' + ? 'flex-1 h-full overflow-clip' + : 'flex-1 w-full overflow-clip' }) /** A thin band flush with the candidate edge, tracking the drag before it commits on release. */ @@ -407,7 +407,7 @@ const dragPreviewStyle = computed(() => {