Fix template dialog double scrollbar (#2896)

This commit is contained in:
Christian Byrne
2025-03-06 09:17:53 -07:00
committed by GitHub
parent f0ba48ea22
commit 367a1c63a5
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div
class="flex flex-col h-[83vh] w-[90vw] relative"
class="flex flex-col h-[83vh] w-[90vw] relative pb-6"
data-testid="template-workflows-content"
>
<Button

View File

@@ -1,5 +1,5 @@
<template>
<ScrollPanel class="w-80" style="height: calc(85vh - 48px)">
<ScrollPanel class="w-80" style="height: calc(83vh - 48px)">
<Listbox
:model-value="selectedTab"
@update:model-value="handleTabSelection"

View File

@@ -84,7 +84,7 @@ export const useDialogService = () => {
headerComponent: TemplateWorkflowsDialogHeader,
dialogComponentProps: {
pt: {
content: { class: '!px-0' }
content: { class: '!px-0 overflow-y-hidden' }
}
},
props