1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 02:38:53 +00:00

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

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%;
}