1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-05-08 17:28:46 +01: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
+1 -1
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%;
}