summaryrefslogtreecommitdiffstats
path: root/theme/templates/site.html
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2014-04-14 20:08:55 +0200
committerSamy Pessé <samypesse@gmail.com>2014-04-14 20:08:55 +0200
commit24d8e15ee24f2deef2d37fe731a1bae67faac65a (patch)
treeeb604a1ea83dd4013b0cac6a4dd276e022c8684a /theme/templates/site.html
parentd6d9223ea165d087a5091c6d79e3f4ddd75368eb (diff)
downloadgitbook-24d8e15ee24f2deef2d37fe731a1bae67faac65a.zip
gitbook-24d8e15ee24f2deef2d37fe731a1bae67faac65a.tar.gz
gitbook-24d8e15ee24f2deef2d37fe731a1bae67faac65a.tar.bz2
Fix scrolling on new design
Diffstat (limited to 'theme/templates/site.html')
-rw-r--r--theme/templates/site.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/theme/templates/site.html b/theme/templates/site.html
index 901474c..e40662c 100644
--- a/theme/templates/site.html
+++ b/theme/templates/site.html
@@ -5,9 +5,9 @@
<div class="book" {% if githubId %}data-github="{{ githubId }}"{% endif %} data-level="{{ progress.current.level }}" data-basepath="{{ basePath }}" data-revision="{{ revision }}">
{% include "includes/book/header.html" %}
{% include "includes/book/summary.html" %}
- <div class="book-body" tabindex="-1">
+ <div class="book-body">
<div class="body-inner">
- <div class="page-wrapper">
+ <div class="page-wrapper" tabindex="-1">
{% include "includes/book/progress.html" %}
<div class="page-inner">