Skip to content
This repository has been archived by the owner on Aug 28, 2019. It is now read-only.

Commit

Permalink
Add z-index to .dl-menu
Browse files Browse the repository at this point in the history
- Related to #148
  • Loading branch information
mmistakes committed May 13, 2016
1 parent 8de8e76 commit bd97490
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _sass/_dl-menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
z-index: inherit;
@media #{$medium} {
@include border-radius(3px,3px,3px,3px);
max-height: 650px;
Expand Down

0 comments on commit bd97490

Please sign in to comment.