From 926108f2b7cceba2184368cdce274d5f536bb749 Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Tue, 2 May 2023 23:24:05 +0200 Subject: [PATCH] chore(docs): update handle styles Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> --- docs/components/home/Home.vue | 2 +- docs/components/home/flows/Intro.vue | 53 ++++++++++++++++++++++++---- 2 files changed, 47 insertions(+), 8 deletions(-) diff --git a/docs/components/home/Home.vue b/docs/components/home/Home.vue index 5d0b85ef..36c78613 100644 --- a/docs/components/home/Home.vue +++ b/docs/components/home/Home.vue @@ -17,7 +17,7 @@ onMounted(() => { diff --git a/docs/components/home/flows/Intro.vue b/docs/components/home/flows/Intro.vue index 4fee9cc3..a6c1fb09 100644 --- a/docs/components/home/flows/Intro.vue +++ b/docs/components/home/flows/Intro.vue @@ -184,6 +184,7 @@ onBeforeUnmount(stop) function scrollTo() { const el = document.getElementById('acknowledgement') + if (el) { el.scrollIntoView({ behavior: 'smooth' }) } @@ -192,7 +193,8 @@ function scrollTo() {