giuseppeg / react-layers-manager

📚 Manage layers and z-index in React applications effectively

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Edge and IE don't support isolate

giuseppeg opened this issue · comments

Edge and IE don't support isolation: isolate https://developer.mozilla.org/en-US/docs/Web/CSS/isolation
Find an alternative method to isolate the layers.

probably transform: translate(0) is a good option

fixed in 7b10ea6