Commit 2ac27550 by frances botsford

Merge pull request #537 from edx/fix/frances/studio-ie-menu-bug

fix for ie bug where drop down menus were still clickable when collapsed
parents e43dbd29 9ab21be9
......@@ -64,12 +64,14 @@ nav {
opacity: 0.0;
pointer-events: none;
width: ($baseline*8);
overflow: hidden;
// dropped down state
&.is-shown {
opacity: 1.0;
pointer-events: auto;
overflow: visible;
}
}
......
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