thomasloven / lovelace-state-switch

🔹Dynamically replace lovelace cards depending on occasion
MIT License
382 stars 27 forks source link

When cards have different size the column has overflow issue #21

Closed tfoote000 closed 2 years ago

tfoote000 commented 4 years ago

Hello, I'm having issues when these 2 cards switch, that the column shows the scroll bar even there is nothing to be scrolled. This issue does not happen on mobile, or in a 2 column layout. Only in the 3 column layout.

I can fix the issue with

columns .column {overflow:hidden;}

but I have to make that change in my browser inspector and we all know that isn't persistent.

Screen Shot 2020-02-19 at 2 42 03 PM Screen Shot 2020-02-19 at 2 41 06 PM

thomasloven commented 2 years ago

Cannot reproduce. Please provide a minimal working example.