diff --git a/hourglass/client/main/main.css b/hourglass/client/main/main.css
index 27661cd..f6f3030 100644
--- a/hourglass/client/main/main.css
+++ b/hourglass/client/main/main.css
@@ -29,6 +29,8 @@ html {
height: 100%;
overflow: hidden;
+ pointer-events: all;
+
/*background-image: url("Hourglass.png");
background-size: 1920px 1080px;*/
@@ -79,6 +81,8 @@ html {
body {
height: 100%;
margin: 0;
+
+ pointer-events: all;
}
header {
@@ -205,7 +209,7 @@ input, textarea {
box-shadow: 2px 2px 5px 3px #666;
position: absolute;
- z-index:0;
+ z-index: 1;
overflow: hidden;
-webkit-transition: margin 0.5s ease, background-color 0.5s ease;
@@ -641,7 +645,6 @@ input, textarea {
width: 100%;
height: 100%;
position: absolute;
- z-index: -1;
-webkit-transition: opacity 0.4s ease;
-moz-transition: opacity 0.4s ease;
diff --git a/hourglass/client/main/main.html b/hourglass/client/main/main.html
index a0e7492..b95fc9f 100644
--- a/hourglass/client/main/main.html
+++ b/hourglass/client/main/main.html
@@ -4,7 +4,6 @@
- {{> loginButtons}}
@@ -203,6 +202,7 @@
+ {{> loginButtons}}