// fix nav collapsed and clipping on page loading

This commit is contained in:
Kevin Granger
2013-10-17 15:39:53 +02:00
parent cbf2e6b65b
commit 7ae123227e
4 changed files with 59 additions and 87 deletions
+1 -2
View File
@@ -1,4 +1,4 @@
<nav id="nav-sidebar" data-spy="affix" data-offset-top="0" role="navigation">
<nav id="nav-sidebar" role="navigation">
{if !$tab}
<div class="mainsubtablist" style="display:none"></div>
{/if}
@@ -31,5 +31,4 @@
{/if}
{/foreach}
</ul>
</nav>