Popup header gets wrong color on phone
filikun opened this issue · 6 comments
filikun commented
Not sure how I get the header to display as the rest of the popup. On desktop it shows up just fine.
filikun commented
Still an issue in Version 0.4.8.4
tomerbs commented
Same issue here.
IamMrandrew commented
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
ryanmsnyder commented
Having the same issue. Is there a way to remove the header altogether?
filikun commented
filikun commented
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.