Skip to content

Commit

Permalink
proper z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
tristen committed Feb 23, 2012
1 parent 948fd4c commit 63aa496
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions folded-map/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ img::selection {
position: absolute;
top: 20px;
left: 20px;
z-index: 10;
z-index: 1000;
}
#map,
.limiter{
Expand All @@ -92,7 +92,7 @@ img::selection {
}
#map {
opacity: 0.002;
z-index: 10000;
z-index: 100;
}
#container {
-webkit-perspective: 480;
Expand Down

0 comments on commit 63aa496

Please sign in to comment.