custom-cards / stack-in-card

🛠 group multiple cards into one card without the borders
MIT License
262 stars 24 forks source link

Allow overflow #42

Open sdrapha opened 2 years ago

sdrapha commented 2 years ago

Allow overflow to fix issue #40

sdrapha commented 2 years ago

I was finally able to test it. It works! And I didn't notice any side effect. It should be fine for merging.

Kalitsune commented 6 months ago

I hope it'll be merged someday

It's not maintained anymore though so it probably will never happen

Kalitsune commented 6 months ago

for those of you seeking to fix the issue despite the PR not being merged you can use card mod: just add this to your yaml:

card_mod:
    style: 'ha-card {overflow: visible !important}'

you can also check #47 if you seek to remove the borders inside the card.