Skip to content

Commit

Permalink
CSS fix to z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
brzaik committed Jun 27, 2012
1 parent 3017dab commit 90ee58f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/application/layout/topmenu.scss.erb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ nav#TM {
@include vertical-gradient(#fbfbfb, #d5d5d5);
@include box-shadow(0px 1px 6px $gray);
border-bottom: solid 1px #999;
z-index: 99999;
z-index: 2;
position: relative;

.btn {
Expand Down

0 comments on commit 90ee58f

Please sign in to comment.