Add scroll padding + smooth scrolling for content section

Fixes #590
This commit is contained in:
rijkvanzanten
2020-10-14 18:40:33 -04:00
parent da0b97abd5
commit bb3f7d981e

View File

@@ -178,6 +178,8 @@ export default defineComponent({
width: 100%;
height: 100%;
overflow: auto;
scroll-padding-top: 100px;
scroll-behavior: smooth;
main {
display: contents;