Fix Map Card styling boundaries (#14050)

This commit is contained in:
jrobles98 2022-10-13 11:04:04 +02:00 committed by GitHub
parent 811208363b
commit c478a15846
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -375,9 +375,6 @@ class HuiMapCard extends LitElement implements LovelaceCard {
#root {
position: relative;
}
:host([ispanel]) #root {
height: 100%;
}
`;