Skip to content

Commit 28080b1

Browse files
committed
fix tabs height
1 parent 7e2c5d9 commit 28080b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/graph/GraphCanvas.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<template v-if="showUI" #workflow-tabs>
77
<div
88
v-if="workflowTabsPosition === 'Topbar'"
9-
class="workflow-tabs-container pointer-events-auto relative w-full"
9+
class="workflow-tabs-container pointer-events-auto relative w-full h-(--workflow-tabs-height)"
1010
>
1111
<!-- Native drag area for Electron -->
1212
<div

src/components/topbar/WorkflowTabs.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div
33
ref="containerRef"
4-
class="workflow-tabs-container flex h-(--workflow-tabs-height) max-w-full flex-auto flex-row overflow-hidden"
4+
class="workflow-tabs-container flex h-full max-w-full flex-auto flex-row overflow-hidden"
55
:class="{ 'workflow-tabs-container-desktop': isDesktop }"
66
>
77
<Button

0 commit comments

Comments
 (0)