Fix calculator zindex issue

This commit is contained in:
Kyle Fiedler
2012-04-27 16:25:42 -04:00
parent 28a9e51348
commit bd56116b33
2 changed files with 2 additions and 2 deletions

View File

@@ -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; }