Preventing scroll to top
-
In order to prevent users finding that the page scrolls to the top if they accidentally click on a footnote number within the main text, I have implemented the following code:
a.side-matter:link { pointer-events: none; cursor: default; }
This works in every modern browser except IE11, although IE11 claims to support the
pointer-events: none
property. (Perhaps this is only for SVGs?)Do you have any suggestion as to how I can achieve the same thing for IE11?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Preventing scroll to top’ is closed to new replies.