diff --git a/packages/ui/src/components/Dialog/Dialog.css b/packages/ui/src/components/Dialog/Dialog.css index c528c8fc03..9f1d898090 100644 --- a/packages/ui/src/components/Dialog/Dialog.css +++ b/packages/ui/src/components/Dialog/Dialog.css @@ -51,6 +51,8 @@ margin: 1em; opacity: 0; animation: cui-dialogIntroIn 0.2s 0.1s forwards; + max-height: 100%; + overflow-y: auto; } :where(.cui-dialog.view-immersive)::before {