Skip to content

Commit

Permalink
fix(live-doc): Momentum scroll for iPhone
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Stanislawski committed Nov 7, 2015
1 parent 3855071 commit 60a36ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion docs/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,14 @@
<body>
{% include header.html %}

<script src="https://cdn.jsdelivr.net/jquery/1.11.3/jquery.min.js"></script>

{{ content }}

{%if page.noFooter == null %}
{% include footer.html %}
{% endif %}

<script src="https://cdn.jsdelivr.net/jquery/1.11.3/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<script src="https://cdn.jsdelivr.net/gsap/1.11.8/TweenMax.min.js"></script>
<script src="https://cdn.jsdelivr.net/gsap/1.11.8/TimelineMax.min.js"></script>
Expand Down
5 changes: 2 additions & 3 deletions docs/css/_documentation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -448,12 +448,11 @@ code {
max-width: 100%;
}
.widget-description {
overflow: scroll;
-webkit-overflow-scrolling: touch;
padding: 0;
}
}
.navbar-nav {
display: none;
}
.documentation-content{
padding: 20px 0;
p, h1, h2, h3, h4, .h4, div[id], ul, .highlight {
Expand Down

0 comments on commit 60a36ff

Please sign in to comment.