fixed drop down flash of content bug

This commit is contained in:
Alex Wolfe 2015-03-05 06:30:53 -08:00
parent 6e3b2c4545
commit bbcd5c5993
2 changed files with 2 additions and 1 deletions

View File

@ -44,7 +44,7 @@ nav.hero-subtitle.text-subhead.dropdown
div(class="overlay ng-hide" ng-click="toggleVersionMenu($event)" ng-show="showMenu")
<!-- DROPDOWN MENU -->
div(class="dropdown-menu ng-hide" ng-show="showMenu")
div(class="dropdown-menu" ng-class="showMenu ? 'is-visible' : ''")
mixin tree(public.docs.js, "/docs/js", "Angular 2 for JavaScript")
mixin tree(public.docs.dart, "/docs/dart", "Angular 2 for Dart")
ul

View File

@ -30,6 +30,7 @@
top: 0px;
left: 0px;
z-index: $layer-5;
display: none;
ul {
list-style-type: none;