Skip to content

Commit 8e6787d

Browse files
authored
Update baseof.html
1 parent 21077f5 commit 8e6787d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

layouts/_default/baseof.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@
3737
<meta name="theme-color" content="#6ca09e" />
3838

3939
<style>
40+
/* Disable smooth scrolling */
41+
html {
42+
scroll-behavior: auto !important;
43+
}
44+
4045
/* GitHub-style blockquote */
4146

4247
article blockquote p {

0 commit comments

Comments
 (0)