File tree Expand file tree Collapse file tree 3 files changed +5
-25
lines changed Expand file tree Collapse file tree 3 files changed +5
-25
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,6 @@ <h3>{{ _('Navigation') }}</h3>
78
78
< script type ="text/javascript " src ="{{ pathto('_static/menu.js', 1) }} "> </ script >
79
79
< script type ="text/javascript " src ="{{ pathto('_static/search-focus.js', 1) }} "> </ script >
80
80
< script type ="text/javascript " src ="{{ pathto('_static/themetoggle.js', 1) }} "> </ script >
81
- < script type ="text/javascript " src ="{{ pathto('_static/sidebar-resizer.js', 1) }} "> </ script >
82
81
{%- endif -%}
83
82
{%- endif -%}
84
83
{{ super() }}
Original file line number Diff line number Diff line change 2
2
3
3
/* Smooth scroll */
4
4
html {
5
- scroll-behavior : smooth;
5
+ scroll-behavior : auto;
6
+ }
7
+
8
+ : target {
9
+ scroll-behavior : auto;
6
10
}
7
11
8
12
/* Common colours */
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments