-
-
Notifications
You must be signed in to change notification settings - Fork 182
Closed
Labels
Description
Describe the bug
IE11 bug when using a modal. When the modal er removed from the view it calls toggleBodyOverflow function in file dom.utils.js
The code uses Foreach on a list of html elements line 340 and 349. The foreach breaks in IE 11
A possible solution could be https://rimdev.io/foreach-for-ie-11/
To Reproduce
Steps to reproduce the behavior:
in IE
add a modal to page
close modal on page,
Desktop (please complete the following information):
- OS: windows 10
- Browser IE
- Version 11

