thomasloven / lovelace-layout-card

🔹 Get more control over the placement of lovelace cards.
MIT License
1.05k stars 125 forks source link

Content Card Overlaps Layout Card Settings at Any Width >500px #256

Open Teleportist opened 11 months ago

Teleportist commented 11 months ago

My Home Assistant version: 2023.9.2

Layout-card version (FROM BROWSER CONSOLE): 2.4.4

What I am doing: Using layout-card to increase the width of a contained map card to 1200px

What I expected to happen: Map is displayed at 1200 px width. This happens, but it overlaps and obscures the layout-card settings, so they are not accessible.

What happened instead: As above

Minimal steps to reproduce: Insert a map card and change its witch to anything over 500 px.

# The least amount of code possible to reproduce my error
width: 1200
# End of code

Error messages from the browser console:


By putting an X in the boxes ([X]) below, I indicate that I:

Many thanks