Post #1811521
2026-04-28 14:06 UTC
Oooh yeah, I ran into a bug in #Safari where an element that was transitioned to zero opacity and `display: none` remained visible. And solved it by applying `will-change: opacity`
First time I really need that one. Reading all your #css blog posts is paying off, is what I'm saying!
Replies (2)
-
@koos@mastodon.green 2026-04-28 14:07
I should probably thank @csstricks@mastodon.social but it must have been years ago that I read about that property so I'm just saying thank you to everyone sharing their knowledge here :D
-
@iamdtms@mas.to 2026-04-28 15:04
@koos@mastodon.green z-index may solve it?