emerald-dao/float

Prevent white screen when Blocto prompt comes up

jacob-tucker opened this issue · 5 comments

Prevent white screen when Blocto prompt comes up

i found that some styles in picocss cause this.
if i commented @import "@picocss/pico";, it would be ok

It would be better to override the specific styles that cause it, since that stylesheet is required and cannot be commented

It would be better to override the specific styles that cause it, since that stylesheet is required and cannot be commented

You probably can't believe it... color-scheme is the one...

interesting! if you can, send a PR that fixes it :) (not urgent)

oh i see there already is a PR open, awesome!