From 85e0561a4c9bb0777465574dc97605c012c92752 Mon Sep 17 00:00:00 2001 From: Brandon Jacoby Date: Thu, 17 Apr 2014 22:24:31 -0700 Subject: [PATCH] Hook.js above other elements. Changed z-index of hook container. --- hook.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hook.css b/hook.css index b7ff935..ad5638c 100644 --- a/hook.css +++ b/hook.css @@ -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; @@ -97,4 +98,4 @@ only screen and ( min-resolution: 2dppx) { 100% { transform: rotate(360deg); } -} \ No newline at end of file +}