Fix cast views not showing a background (#23724)

This commit is contained in:
Simon Lamon 2025-01-15 10:48:05 +01:00 committed by GitHub
parent 52d8e98cdb
commit 6288154c53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -118,7 +118,7 @@ class HcLovelace extends LitElement {
min-height: 100vh;
box-sizing: border-box;
}
hui-view {
hui-view-container > * {
flex: 1 1 100%;
max-width: 100%;
}