Let text scroll in markdown card (#27250)
* Let text overflow in markdown card * Update src/panels/lovelace/cards/hui-markdown-card.ts Co-authored-by: Paul Bottein <paul.bottein@gmail.com> --------- Co-authored-by: Paul Bottein <paul.bottein@gmail.com>pull/27255/head
parent
1e1514e7da
commit
4cedfffb71
|
@ -231,6 +231,7 @@ export class HuiMarkdownCard extends LitElement implements LovelaceCard {
|
|||
static styles = css`
|
||||
ha-card {
|
||||
height: 100%;
|
||||
overflow-y: auto;
|
||||
}
|
||||
ha-alert {
|
||||
margin-bottom: 8px;
|
||||
|
|
Loading…
Reference in New Issue