fix overflow for ha-map (#23929)

This commit is contained in:
ildar170975 2025-01-29 09:19:00 +03:00 committed by GitHub
parent 438d1c13ef
commit a638cf443d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -460,6 +460,8 @@ class HuiMapCard extends LitElement implements LovelaceCard {
width: 100%;
height: 100%;
background: inherit;
border-radius: var(--ha-card-border-radius, 12px);
overflow: hidden;
}
ha-icon-button {