There was an error while loading. Please reload this page.
1 parent f9826b4 commit aabc6ddCopy full SHA for aabc6dd
src/display/scrollbars.js
@@ -60,6 +60,7 @@ class NativeScrollbars {
60
this.vert.firstChild.style.height =
61
Math.max(0, measure.scrollHeight - measure.clientHeight + totalHeight) + "px"
62
} else {
63
+ this.vert.scrollTop = 0
64
this.vert.style.display = ""
65
this.vert.firstChild.style.height = "0"
66
}
0 commit comments