Merge pull request #2315 from Pistos/ie-make-user-menu-work
Total hax, but this is better than the user menu completely not working.
This commit is contained in:
commit
a87ba6cbfa
2 changed files with 8 additions and 1 deletions
|
|
@ -17,6 +17,10 @@
|
|||
evt.stopPropagation();
|
||||
|
||||
self.menuElement.toggleClass("active");
|
||||
|
||||
if ( $.browser.msie ) {
|
||||
$('header').toggleClass('ie-user-menu-active');
|
||||
}
|
||||
};
|
||||
|
||||
this.hideDropdown = function() {
|
||||
|
|
|
|||
|
|
@ -263,6 +263,9 @@ header
|
|||
:top 5px
|
||||
:display block
|
||||
|
||||
header.ie-user-menu-active
|
||||
:height 150px
|
||||
|
||||
//////////////////////////////////
|
||||
ul.dropdown
|
||||
:padding 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue