Commit 2f808a92 by frances botsford

Merge pull request #562 from edx/fix/frances/studio-ie-menu-bug2

adjusting fix for studio drop-down nav in IE9
parents 4005b3bd 7401c389
......@@ -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