Фикс поведения шапки при смене страницы
This commit is contained in:
@@ -954,6 +954,8 @@ class Search {
|
|||||||
scrollToTop() {
|
scrollToTop() {
|
||||||
this.$refs.scroller.scrollTop = 0;
|
this.$refs.scroller.scrollTop = 0;
|
||||||
this.lastScrollTop = 0;
|
this.lastScrollTop = 0;
|
||||||
|
this.$refs.toolPanel.style.top="0px";
|
||||||
|
this.$refs.toolPanel.style.position="sticky";
|
||||||
}
|
}
|
||||||
|
|
||||||
updatePageCount() {
|
updatePageCount() {
|
||||||
|
|||||||
Reference in New Issue
Block a user