Open smohadjer opened 7 years ago
Flexbox children with display: none become visible (display: block) after flexibility kicks in!
same happens to me :(
Setting !important for IE only saved my butt.
.element { @media screen\0 { display: none !important; } }
Flexbox children with display: none become visible (display: block) after flexibility kicks in!