Skip to content

Commit

Permalink
Hook.js above other elements.
Browse files Browse the repository at this point in the history
Changed z-index of hook container.
  • Loading branch information
Brandon Jacoby committed Apr 18, 2014
1 parent d70bbf6 commit 85e0561
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hook.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
/* customizable */ box-shadow: 0 -8px 5px -5px #999 inset;
clear: both;
position: relative;
z-index: 9999;
width: 100%;
overflow: hidden;
text-align: center;
Expand Down Expand Up @@ -97,4 +98,4 @@ only screen and ( min-resolution: 2dppx) {
100% {
transform: rotate(360deg);
}
}
}

0 comments on commit 85e0561

Please sign in to comment.