Commit 7401c389 by Frances Botsford

adjusting fix for studio drop-down nav in IE9

parent 8b34ee08
......@@ -65,6 +65,7 @@ nav {
pointer-events: none;
width: ($baseline*8);
overflow: hidden;
height: 0;
// dropped down state
......@@ -72,6 +73,7 @@ nav {
opacity: 1.0;
pointer-events: auto;
overflow: visible;
height: auto;
}
}
......
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