diff --git a/src/pyj/read_book/iframe.pyj b/src/pyj/read_book/iframe.pyj index ff401b7549..3b589285be 100644 --- a/src/pyj/read_book/iframe.pyj +++ b/src/pyj/read_book/iframe.pyj @@ -353,6 +353,8 @@ class IframeBoss: elem = c[0] if elem: scroll_to_elem(elem) + else: + window.scrollTo(0, 0) def find(self, data, from_load): if data.searched_in_spine: