We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cca6a9 commit 31c5311Copy full SHA for 31c5311
src/css/base.css
@@ -9,6 +9,7 @@ html {
9
font-size: var(--body-font-size);
10
height: var(--viewport-height);
11
min-height: 100vh; /* used as a reference to detect invalid vh unit */
12
+ scroll-behavior: smooth;
13
}
14
15
@media screen and (min-width: 1024px) {
0 commit comments