fix: adjust dialog content styling for improved layout management

This commit is contained in:
Johnpaul
2025-08-28 01:36:58 +01:00
parent 5d88200aae
commit fa317d7172

View File

@@ -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;'