junkboy0315/react-compare-image

Skeleton is only half shown on mobile

OscarCR88 opened this issue · 4 comments

Hi there...
I don't know if it's a local issue with my css, but on mobile landscape, the skeleton is only half shown because you're setting overflow:hidden to the skeleton container's style, which happens to be the same container's style as data-enzyme. Perhaps creating an own style, for the skeleton container, withohut having overflow: hidden, solves the issue. Can you comment on this subject?

Thank you

As a matter of fact, I can confirm that creating a separate style for the skeleton's container, and removing overflow: hidden from it, solves the problem

I am glad to hear that you solved the problem!

Yeah, I solved locally, but, would you accept a PR with theese fixes?

Oh, I may have been misunderstood. I'm not good at English.

PR is welcome!