Open MiPnamic opened 11 years ago
:+1: same here
Same problem. Anyone found a workaround?
EDIT: Found it, it happens if the element has no background color to begin with. A background-color: inherit will do the job.
The "background-color: inherit;" solution did not work for me. It seems to be impossible to keep the flippy element's background transparent.
I cannot try it at the moment but maybe try with background-color: transparent; or with background-color: rgba(0, 0, 0, 0);?
"background-color: transparent !important;" solved it for me
I flipped a div without a specified background color and when I flipped it reverse the background-color was black.