Skip to content

Commit 31c5311

Browse files
authored
resolves #92 enable smoooth scrolling (PR #93)
1 parent 5cca6a9 commit 31c5311

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/css/base.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ html {
99
font-size: var(--body-font-size);
1010
height: var(--viewport-height);
1111
min-height: 100vh; /* used as a reference to detect invalid vh unit */
12+
scroll-behavior: smooth;
1213
}
1314

1415
@media screen and (min-width: 1024px) {

0 commit comments

Comments
 (0)