mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 19:09:48 +00:00
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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user