diff --git a/src/style.js b/src/style.js index 497c2ae..1a06f7f 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; position: relative; overflow: hidden; + height: 100%; } ha-card > div { padding: 0px 16px 16px 16px;