mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-28 18:22:40 +00:00
Fix template dialog double scrollbar (#2896)
This commit is contained in:
@@ -84,7 +84,7 @@ export const useDialogService = () => {
|
||||
headerComponent: TemplateWorkflowsDialogHeader,
|
||||
dialogComponentProps: {
|
||||
pt: {
|
||||
content: { class: '!px-0' }
|
||||
content: { class: '!px-0 overflow-y-hidden' }
|
||||
}
|
||||
},
|
||||
props
|
||||
|
||||
Reference in New Issue
Block a user