Skip to content

Commit

Permalink
bugfix: autoscroll to top for docsify screen
Browse files Browse the repository at this point in the history
  • Loading branch information
jlooper committed Nov 24, 2021
1 parent 7ea26a7 commit 1962961
Show file tree
Hide file tree
Showing 3 changed files with 2,813 additions and 33 deletions.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
window.$docsify = {
name: 'Web Development for Beginners: A Curriculum',
repo: 'https://github.com/microsoft/Web-Dev-For-Beginners',
relativePath: true
relativePath: true,
auto2top: true
}
</script>
<script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>
Expand Down
Loading

0 comments on commit 1962961

Please sign in to comment.