Skip to content

Commit

Permalink
fix(style): fix top menu z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
Betrozov authored and valorkin committed Jun 6, 2016
1 parent ccfe948 commit e70e578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ body {
left: 0;
right: 0;
background-color: #1d1d2b;
z-index: 2;
z-index: 9;
}

#top-menu > div:not(.logo) {
Expand Down

0 comments on commit e70e578

Please sign in to comment.