DBuit/light-popup-card

Popup header gets wrong color on phone

filikun opened this issue · 6 comments

Not sure how I get the header to display as the rest of the popup. On desktop it shows up just fine.

https://hastebin.com/ucesuvurud.rb

https://imgur.com/a/XO09DXl

Still an issue in Version 0.4.8.4

Same issue here.

I guess the header will show up any when screensize is decrease to mobile size? My workaround is to change the header color to gray to make it less visible

Having the same issue. Is there a way to remove the header altogether?

I guess the header will show up any when screensize is decrease to mobile size? My workaround is to change the header color to gray to make it less visible

Yeah It's kinda weird, it does not show in this compact size
image

But If I make it just a little bit smaller

image

So this might be the solution, after some tinkering I just added app-header-background-color: rgba(0, 0, 0, 0) to my current theme and now it works as intentional.