Commit bd56116b by Kyle Fiedler

Fix calculator zindex issue

parent 28a9e513
......@@ -734,7 +734,7 @@ li.calc-main {
-ms-transition-delay: 0;
-o-transition-delay: 0;
transition-delay: 0;
z-index: 9999;
z-index: 99;
-webkit-appearance: none; }
li.calc-main.open {
bottom: -36px; }
......
......@@ -4,7 +4,7 @@ li.calc-main {
position: fixed;
width: 100%;
@include transition(bottom);
z-index: 9999;
z-index: 99;
-webkit-appearance: none;
&.open {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment