angular-hamburger-toggle
angular-hamburger-toggle copied to clipboard
hamburger icon not rendering properly in IE11
In IE 11 hamburger icon is not displaying properly. The root cause of this issue is with the units "rem" is not able to understand by IE .
angular-hamburger-toggle.css
.material-design-hamburger .material-design-hamburger__icon { padding: 1rem 1rem; }
.material-design-hamburger__icon { padding: 3rem 1rem; cursor: pointer; }
So could you suggest me, how to resolve this issue.
IE Version - 11.0.31