mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 03:06:41 +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%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: inherit;
|
background: inherit;
|
||||||
|
border-radius: var(--ha-card-border-radius, 12px);
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
ha-icon-button {
|
ha-icon-button {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user