Thanks to visit codestin.com Credit goes to github.com
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 495d0da commit fb15172Copy full SHA for fb15172
src/css/header.css
@@ -188,6 +188,7 @@ body {
188
box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
189
max-height: var(--body-min-height);
190
overflow-y: auto;
191
+ overscroll-behavior: none;
192
padding: 0.5rem 0;
193
}
194
src/css/nav.css
@@ -62,6 +62,7 @@ html.is-clipped--nav {
62
63
.nav-panel-menu {
64
overflow-y: scroll;
65
66
height: var(--nav-panel-menu-height);
67
68
src/css/toc.css
@@ -35,6 +35,7 @@
35
.toc.sidebar .toc-menu ul {
36
max-height: var(--toc-height);
37
38
39
scrollbar-width: none;
40
41
0 commit comments