thomasloven / lovelace-popup-card

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scroll Bar on Popup

myztillx opened this issue · comments

I am getting a scroll bar on the side whenever I use this popup card. Any idea what could be causing this?

I have tried both mini-graph-card and history-graph and get the same result. I have also played with the settings of mini-graph-card (height and removing title/icon) trying to adjust its height, but still resulted in the scroll bar.

image

Edit: Sorry, should have added my config as well...

image

Edit 2: It seems to go away with an added entity at the bottom.

image

I was able to add your useful-markdown-card to this popup. I left the content blank and padding at 0px. to get what is shown below:

image

image

Thanks for adding so many wonderful and useful cards!

I changing overflow-y: auto to overflow-y: hidden, as temporary solution.
In 50th line.

+ moreInfo.style.overflowY = 'hidden';
- moreInfo.style.overflowY = 'auto';

It work better with mini-graph-card now.

Is this still a problem?

This is no longer a problem. Sorry for the slow reply.