Skip to content

Commit 124fd76

Browse files
Merge branch 'main' into sidebar-collapse
2 parents b855618 + fe30e73 commit 124fd76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/css/docs-nginx-com/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ sup {
161161
font-weight: inherit
162162
}
163163
html {
164-
scroll-behavior: auto;
164+
scroll-behavior: smooth;
165165
font-size: 62.5%;
166166
overflow-y: scroll;
167167
-webkit-text-size-adjust: 100%;

layouts/partials/toc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<div class="bd-toc-item active">
44

5-
<h3 class="bd-toc-link">What's on this Page</h3>
5+
<h3 class="bd-toc-link">What's on This Page</h3>
66

77
{{ with .TableOfContents }}
88

0 commit comments

Comments
 (0)