Use bottom sheet

This commit is contained in:
Paul Bottein 2025-04-08 15:20:19 +02:00
parent 868f24eb9f
commit 0c86219358
No known key found for this signature in database

View File

@ -190,8 +190,8 @@ export class DialogViewPopup
--mdc-dialog-max-width: calc(
100vw - env(safe-area-inset-right) - env(safe-area-inset-left)
);
--mdc-dialog-min-height: 100%;
--mdc-dialog-max-height: 100%;
--mdc-dialog-max-height: 90vh;
--ha-dialog-border-radius: 28px 28px 0 0;
}
}
`,