mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #5087 from scott1702/fix-nav
Fix incorrect height on main nav after toggle
This commit is contained in:
commit
d51264873d
@ -204,6 +204,7 @@
|
||||
fromContainingPanel: {
|
||||
ontoggle: function(e){
|
||||
this.toggleClass('collapsed', $(e.target).hasClass('collapsed'));
|
||||
$(window).resize(); //Trigger jLayout
|
||||
}
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user