diff --git a/src/contents.js b/src/contents.js index 98fcd51..837078a 100644 --- a/src/contents.js +++ b/src/contents.js @@ -253,6 +253,8 @@ class Contents { } $viewport.setAttribute("content", newContent.join(", ")); + + this.window.scrollTo(0, 0); }