Open almost-online opened 3 months ago
Ubuntu, FireFox browser the same
seems to be a duplicate of https://github.com/home-assistant/frontend/issues/18972
seems to be a duplicate of #18972
For default View type (Masonry (default)
) looks like expected
But not for Panel (1 card)
view type
But not for Panel (1 card) view type
What is a difference? In my issue it was not said about a particular view. The glitch occurs on any view.
In my case - button card & stacks with a title. In your case - tile card & stack w.o a title.
But not for Panel (1 card) view type
What is a difference? In my issue it was not said about a particular view. The glitch occurs on any view.
Than, at least for the Masonry (default)
view type the issue has been fixed
This is just a small clarification
at least for the Masonry (default) view type the issue had fixed
The issue could be still there - we just do not see it in this particular case.
BTW, here is a simplified MWE for your issue:
type: vertical-stack
cards:
- type: horizontal-stack
title: Title1
cards:
- type: tile
entity: sun.sun
- type: tile
entity: sun.sun
- type: tile
entity: sun.sun
- type: vertical-stack
cards:
- type: horizontal-stack
cards:
- type: tile
entity: sun.sun
- type: tile
entity: sun.sun
- type: horizontal-stack
cards:
- type: tile
entity: sun.sun
- type: tile
entity: sun.sun
And it seems that "height: 100%" for a horizontal-stack's "div#root" causes this overlap.
Can confirm:
I have the same problem. Volume, mute and equalizer controls overlap power control for the amps.
Checklist
Describe the issue you are experiencing
Home assistant 2024.8.0 I have a panel with a single card view + horizontal and vertical stacs liike this one
on the editor this cards view as expected
But on the panel view I have some overlaping like this one
Also the same problem on the mobile app (Android)
P.S. Home assistant 2024.7.x had a similar prooblem but not criticall. Overlaping was by few pixels
Describe the behavior you expected
Expected the card should display like this one
Steps to reproduce the issue
Usee the YAML above (with correct entities) with default themes
What version of Home Assistant Core has the issue?
2024.8.0, 2024.7.х
What was the last working version of Home Assistant Core?
No idea
In which browser are you experiencing the issue with?
Chrome Version 127.0.6533.100 (Official Build) (arm64)
Which operating system are you using to run this browser?
mac OS sonoma 1.16, Android modile app
State of relevant entities
Problem-relevant frontend configuration
Javascript errors shown in your browser console/inspector
Additional information
No response