diff --git a/renderer/src/styles/ui/modal.css b/renderer/src/styles/ui/modal.css index 5d05ee6e..9f068ade 100644 --- a/renderer/src/styles/ui/modal.css +++ b/renderer/src/styles/ui/modal.css @@ -85,6 +85,13 @@ max-height: 100%; } +.bd-modal-root > div[role="dialog"] { + display: flex; + flex: 1; + flex-direction: column; + overflow: hidden; +} + .bd-close-button { height: 26px; padding: 4px;