do-web / jquery-loadingModal

jQuery Loading Modal with CSS3 loading animations
Other
25 stars 9 forks source link

incorrect in IE #6

Open ducminhvu opened 5 years ago

ducminhvu commented 5 years ago

work correct in Chrome and Edge, but have some error when I open in IE as below. Help! image

DanielReif commented 5 years ago

You need to set left: 0; and top: 0; in the jquery-loading-modal__bg part from the css file to fix this.

7