Skip to content

Commit 32a6b2a

Browse files
authoredJul 5, 2022
docs: Add scroll behaviour smooth (#16056)
* docs: Add scroll behaviour smooth * docs: remove body tag
1 parent eee4306 commit 32a6b2a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎docs/src/assets/scss/docs.scss

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
/* docs layout styles */
22

3+
html {
4+
scroll-behavior: smooth;
5+
}
6+
37
.docs {
48
max-width: 1700px;
59
margin: 0 auto;

0 commit comments

Comments
 (0)
Please sign in to comment.