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>
7878 < script type ="text/javascript " src ="{{ pathto('_static/menu.js', 1) }} "> </ script >
7979 < script type ="text/javascript " src ="{{ pathto('_static/search-focus.js', 1) }} "> </ script >
8080 < script type ="text/javascript " src ="{{ pathto('_static/themetoggle.js', 1) }} "> </ script >
81- < script type ="text/javascript " src ="{{ pathto('_static/sidebar-resizer.js', 1) }} "> </ script >
8281 {%- endif -%}
8382 {%- endif -%}
8483 {{ super() }}
Original file line number Diff line number Diff line change 22
33/* Smooth scroll */
44html {
5- scroll-behavior : smooth;
5+ scroll-behavior : auto;
6+ }
7+
8+ : target {
9+ scroll-behavior : auto;
610}
711
812/* Common colours */
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments