the-new-css-reset icon indicating copy to clipboard operation
the-new-css-reset copied to clipboard

First line causing problemas with flip cards in Safari

Open mfagundesleal opened this issue 3 years ago • 1 comments

Problems with flip cards in Safari. After removing the line below, the backface is hidden again, solving the problem. With it applied, even using the -webkit- prefix, the backface was mirrored. I currently use SASS, but even with vanilla CSS the problems occurs.

*:where(:not(html, iframe, canvas, img, svg, video):not(svg *, symbol *))
    all: unset
    display: revert

I also use version 8.0.1 of normalize.css, but in the tests I performed the behavior remained unchanged even with its removal.

mfagundesleal avatar Jul 28 '22 12:07 mfagundesleal

Hi @mfagundesleal , Please provide CodePen with the issue.

elad2412 avatar Aug 07 '22 05:08 elad2412

This issue closed because: no demo was provided.

elad2412 avatar Sep 20 '22 17:09 elad2412