From 0360098b5338a5fdbbba52b5621299514d1a751e Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Sun, 6 Nov 2022 14:49:27 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20=D0=B1=D0=B0=D0=B3=20=D1=81=D0=BA=D1=80=D0=BE?= =?UTF-8?q?=D0=BB=D0=BB=D0=B8=D0=BD=D0=B3=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/components/Search/Search.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/components/Search/Search.vue b/client/components/Search/Search.vue index 6143a0f..23ae330 100644 --- a/client/components/Search/Search.vue +++ b/client/components/Search/Search.vue @@ -786,6 +786,8 @@ class Search { if (this.ignoreScrolling) { this.lastScrollTop = curScrollTop; + if (this.$refs.toolPanel.offsetTop > curScrollTop) + this.$refs.toolPanel.style.top = `${curScrollTop}px`; return; }