From bb3f7d981e8a8877e344eaae1ef8d5d415173397 Mon Sep 17 00:00:00 2001 From: rijkvanzanten Date: Wed, 14 Oct 2020 18:40:33 -0400 Subject: [PATCH] Add scroll padding + smooth scrolling for content section Fixes #590 --- app/src/views/private/private-view.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/views/private/private-view.vue b/app/src/views/private/private-view.vue index 6c2ff97460..16c7306b28 100644 --- a/app/src/views/private/private-view.vue +++ b/app/src/views/private/private-view.vue @@ -178,6 +178,8 @@ export default defineComponent({ width: 100%; height: 100%; overflow: auto; + scroll-padding-top: 100px; + scroll-behavior: smooth; main { display: contents;