diff --git a/src/resources/styles.ts b/src/resources/styles.ts index 3c67d806ff..4eb5c3ad1d 100644 --- a/src/resources/styles.ts +++ b/src/resources/styles.ts @@ -193,7 +193,6 @@ export const haStyleDialog = css` `; export const haStyleDialogFixedTop = css` - ha-dialog, ha-dialog { /* Pin dialog to top so it doesn't jump when content changes size */ --vertical-align-dialog: flex-start; @@ -225,7 +224,6 @@ export const haStyleDialogFixedTop = css` } @media all and (max-width: 450px), all and (max-height: 500px) { - ha-dialog, ha-dialog { /* When in fullscreen, dialog should be attached to top */ --dialog-surface-margin-top: 0px;