mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Fix incorrect height on main nav after toggle
This commit is contained in:
parent
caf0ec3c5f
commit
a67b8144b0
@ -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