mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
fix overflow for ha-map (#23929)
This commit is contained in:
parent
438d1c13ef
commit
a638cf443d
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user