Skip to content

Commit

Permalink
Fixes the z-index for the "Curated features" dropdown links within the
Browse files Browse the repository at this point in the history
masthead
  • Loading branch information
jrgriffiniii committed Feb 13, 2019
1 parent 8bac04c commit 0eefae5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/assets/stylesheets/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ body {

.masthead {
margin-bottom: 0px;
/* override from upstream; this was prevening user dropdown from showing up */
z-index: 0;
z-index: 1;
}

#main-content {
Expand Down

0 comments on commit 0eefae5

Please sign in to comment.