Browse Source

Поправлен баг скроллинга

Book Pauk 2 years ago
parent
commit
0360098b53
1 changed files with 2 additions and 0 deletions
  1. 2 0
      client/components/Search/Search.vue

+ 2 - 0
client/components/Search/Search.vue

@@ -786,6 +786,8 @@ class Search {
 
 
         if (this.ignoreScrolling) {
         if (this.ignoreScrolling) {
             this.lastScrollTop = curScrollTop;
             this.lastScrollTop = curScrollTop;
+            if (this.$refs.toolPanel.offsetTop > curScrollTop)
+                this.$refs.toolPanel.style.top = `${curScrollTop}px`;
             return;
             return;
         }
         }