Page 1 of 1
Overlapping elements when decreasing browser
Posted: Fri Aug 04, 2023 1:27 pm
by sieweb
Hi,
https://siehorst.de/yxc/index.html
if the browser window ist set to max everything looks fine, but when decreasing its size elemnts start to overlap.
Breakpoints at 482 and 320 px.
Any ideas why?
Thank you, horst
Re: Overlapping elements when decreasing browser
Posted: Fri Aug 04, 2023 1:56 pm
by Pablo
I cannot see what you have done based on the published page (HTML), because the software has thousands of options and millions of possible combinations.
So, there is no way to know which options you have used by looking at the HTML only.
But it looks like you have set the height of the flexgrid to 50vh in a breakpoint.
To solve this, set the height to 'auto'
Re: Overlapping elements when decreasing browser
Posted: Fri Aug 04, 2023 2:04 pm
by sieweb
Hi Pablo,
you did it
I don't know why that has happend because in an previous version the FlexGrid height has been fine and set to 'auto' - or not?
Mystery mystery - but now it is fine, thank you!!
horst