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 e8e4c24 commit 050e558Copy full SHA for 050e558
static/js/script.js
@@ -195,7 +195,7 @@ $().ready(function() {
195
});
196
197
$("#back-to-top-1, #back-to-top-2").click(function() {
198
- $("body").animate({ scrollTop: $('#python-network').offset().top }, 500);
+ $('body, html').animate({ scrollTop: $('#python-network').offset().top }, 500);
199
return false;
200
201
0 commit comments