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

Commit

Permalink
Fix z-index of navigation grid to prevent overlapping from 2d map UI
Browse files Browse the repository at this point in the history
  • Loading branch information
tcannonfodder committed Jul 3, 2016
1 parent 2200b5d commit 2077f23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ nav{
nav.open{
top: 0;
box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.50);
z-index: 1001;
}

#close-navigation{
Expand Down

0 comments on commit 2077f23

Please sign in to comment.