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

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