Open juriejan opened 9 years ago
Set the horizontal scrolling to 0 to prevent any horizontal scrolling, mainly brought up by dragging inside the content element as reported in #162.
Adding this line
content.scrollLeft = 0;
into updateScrollValues method causes very slow vertical-scrolling on firefox-48.0-linux
Set the horizontal scrolling to 0 to prevent any horizontal scrolling, mainly brought up by dragging inside the content element as reported in #162.