You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently I use CSS Grids in combination with the Prolyfill. IE10 - Edge 15 in the old CSS specification. The problem is that the Polyfill behaves incorrectly with elements within the CSS grid layout. IE10 to Edge 15 simply trigger the conditions, it looks like the Polyfill uses the dimensions of the container outside the CSS grid.
If I switch to Flexbox for testing, the Prolyfill behaves regularly.
The text was updated successfully, but these errors were encountered:
On Edge, Chrome, Safari, Firefox this works without problems. Only IE11 causes problems. Example I have attached unfortunately denied codepen as well as the codesandbox the service at IE11.
In the example, a component is embedded in a grid box.
Currently I use CSS Grids in combination with the Prolyfill. IE10 - Edge 15 in the old CSS specification. The problem is that the Polyfill behaves incorrectly with elements within the CSS grid layout. IE10 to Edge 15 simply trigger the conditions, it looks like the Polyfill uses the dimensions of the container outside the CSS grid.
If I switch to Flexbox for testing, the Prolyfill behaves regularly.
The text was updated successfully, but these errors were encountered: