ssenart / lovelace-gazpar-card

GrDF Gazpar meter lovelace card for Home Assistant
MIT License
7 stars 2 forks source link

Fix overflow on monthly history table when using mobile #13

Closed pafnow closed 1 year ago

pafnow commented 1 year ago

Hi again,

I notice that when I open the card with the mobile application, the monthly history table is truncated on the right (which contains the last/current months) as seen below image You cannot see September + October.

Would it be possible to change the overflow css property on week-history class from hidden to scroll (or something similar). Expected result is to have an horizontal scrollbar: image

Thanks

ssenart commented 1 year ago

Thanks, indeed, I will fix that shortly.

ssenart commented 1 year ago

I have fixed that in 1.3.3. I choose to reduce the font size. It works with my phone.

pafnow commented 1 year ago

Still truncated on mine (Mi9 not the smallest one) Screenshot_2022-10-22-08-29-42-731_io.homeassistant.companion.android.jpg

ssenart commented 1 year ago

You still have 3 options:

Let me know which one works best !

pafnow commented 1 year ago

Sorry for the delay, I have removed the first column header Thanks