Skip to content

Commit

Permalink
fix for the overlay to allow clicking
Browse files Browse the repository at this point in the history
  • Loading branch information
edsu committed Feb 10, 2013
1 parent f24c6e8 commit e4fefaf
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions public/index.html
Expand Up @@ -84,13 +84,14 @@
}

#interlace {
height:100%;
width:100%;
position:fixed;
left:0;
top:0;
z-index:1 !important;
background-color:black;
pointer-events: none;
height: 100%;
width: 100%;
position: fixed;
left: 0;
top: 0;
z-index: 1 !important;
background-color: black;
opacity: 0.05;
background-image: url('img/interlace.png');
}
Expand Down

0 comments on commit e4fefaf

Please sign in to comment.