From fa317d71726a9beb76f12e4191ed72f03b5df12a Mon Sep 17 00:00:00 2001 From: Johnpaul Date: Thu, 28 Aug 2025 01:36:58 +0100 Subject: [PATCH] fix: adjust dialog content styling for improved layout management --- src/services/dialogService.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/dialogService.ts b/src/services/dialogService.ts index 4bb399ff0..2b8b7e737 100644 --- a/src/services/dialogService.ts +++ b/src/services/dialogService.ts @@ -132,7 +132,7 @@ export const useDialogService = () => { modal: true, closable: false, pt: { - content: { class: '!px-0 overflow-hidden' }, + content: { class: '!px-0 overflow-hidden h-full !py-0' }, // Let internal layout manage its own max-width; prevent child from exceeding and causing scrollWidth > clientWidth root: { style: 'width: 90vw; height: 85vh; max-width: 1400px; display: flex;'