diff --git a/src/style.js b/src/style.js index ab3c9bd7..78382f4e 100644 --- a/src/style.js +++ b/src/style.js @@ -1,16 +1,13 @@ import { css } from 'lit-element'; const style = css` - :host { - display: flex; - flex-direction: column; - } ha-card { flex-direction: column; flex: 1; padding: 16px 0 0 0; position: relative; overflow: hidden; + height: 100%; } ha-card > div { padding: 0px 16px 16px 16px;