Migrate select in md-dialog to md-select (#22670)

* Migrate select in md-dialog to md-select

* Fix md-select in es5 md-dialogs

---------

Co-authored-by: Wendelin <w@pe8.at>
This commit is contained in:
Bram Kragten
2024-11-05 15:24:09 +01:00
committed by GitHub
parent fa39595c37
commit 17db85ebad
4 changed files with 76 additions and 17 deletions

View File

@@ -182,6 +182,10 @@ export class HaMdDialog extends MdDialog {
display: contents;
}
.scroller {
overflow: var(--dialog-content-overflow, auto);
}
slot[name="content"]::slotted(*) {
padding: var(--dialog-content-padding, 24px);
}