Merge pull request #33352 from backstage/charlesdedreuille/bacui-269-dialog-if-theres-no-height-on-the-dialog-then-the-content-is

fix(ui): fix Dialog content overflowing when no height prop is set
This commit is contained in:
Charles de Dreuille
2026-03-16 09:04:01 +00:00
committed by GitHub
4 changed files with 53 additions and 7 deletions
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/ui': patch
---
Fixed `Dialog` content overflowing when no `height` prop is set. The dialog now grows with its content and scrolls when content exceeds the viewport height.
**Affected components**: Dialog