Skip to content

Commit

Permalink
Merge pull request #562 from edx/fix/frances/studio-ie-menu-bug2
Browse files Browse the repository at this point in the history
adjusting fix for studio drop-down nav in IE9
  • Loading branch information
frrrances committed Aug 2, 2013
2 parents 4005b3b + 7401c38 commit 2f808a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cms/static/sass/elements/_navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,15 @@ nav {
pointer-events: none;
width: ($baseline*8);
overflow: hidden;
height: 0;


// dropped down state
&.is-shown {
opacity: 1.0;
pointer-events: auto;
overflow: visible;
height: auto;
}
}

Expand Down

0 comments on commit 2f808a9

Please sign in to comment.