Skip to content

Commit

Permalink
Fix dropdown being hidden (#303)
Browse files Browse the repository at this point in the history
* Adjust z-index from 1 to 2 on the dropdown nav so it isn’t hidden when there’s a hero.

* Compile Styles.
  • Loading branch information
bezierer authored and gregrickaby committed Jun 22, 2017
1 parent bcaa860 commit 6354cd0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
7 changes: 7 additions & 0 deletions assets/sass/components/_navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,10 @@
padding-left: $global-padding;
} // .is-accordion-submenu
} // .off-canvas

//-----------------------------------------
// Dropdown Navigation
//-----------------------------------------
.is-dropdown-submenu {
z-index: 2;
} // .is-dropdown-submenu
6 changes: 5 additions & 1 deletion style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion style.min.css

Large diffs are not rendered by default.

0 comments on commit 6354cd0

Please sign in to comment.