Closed jafin closed 3 years ago
Given a page with a div with scrollbars. I cannot get IE8+9 to navigate to the anchors (smoothscrolling = false). (Firefox + chrome no issues)
Hack to anchor to add to the anchor span:
.css({display:"inline-block"})
resolved the issue.
Given a page with a div with scrollbars. I cannot get IE8+9 to navigate to the anchors (smoothscrolling = false). (Firefox + chrome no issues)
Hack to anchor to add to the anchor span:
resolved the issue.