Open KyleABrown opened 7 years ago
I even tried to alter flip.js to include -webkit-backface-visibility: hidden ~ but that did not seem to help either. Maybe I am missing something?
I had this problem, In my case I had to remove the position:relative; CSS property from the falsely visible element. I hope this helps.
That fixes it!
Changing to position: static on my falsey visible element fixed this issue for me as well. Thanks mate