Skip to content

Commit

Permalink
fix: update grid columns on demo page
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaskuske committed Nov 11, 2018
1 parent e1c28fa commit 82f2b5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,10 @@ <h2 data-to="docs">Docs</h2>
<h3 id="force-polyfill">Use the Polyfill even if there is native
support</h3>
<div class="row row-wrap">
<div class="column column-33" style="flex-grow:1;max-width:100%;overflow:auto;">
<div class="column column-40" style="flex-grow:1;max-width:100%;overflow:auto;">
<code>window.__forceSmoothScrollAnchorPolyfill__</code>:
</div>
<div class="column column-67" style="flex-grow:1;max-width:100%;">
<div class="column column-60" style="flex-grow:1;max-width:100%;">
<p>If this is set to <code>true</code>, anchor navigation
will be handled by this script even if the browser supports
native smooth scroll. <b>Not recommended.</b></p>
Expand Down

0 comments on commit 82f2b5d

Please sign in to comment.