Fixed all known bugs; Modified the menu to hide; Fixed the tables to scroll with a fixed header.
This commit is contained in:
@@ -5,5 +5,12 @@ import './Body.html';
|
||||
Template.Body.events({
|
||||
"click .signOut": function(event, template) {
|
||||
AccountsTemplates.logout();
|
||||
},
|
||||
"click .leftSidebarMenuButton": function(event, template) {
|
||||
event.preventDefault();
|
||||
$('nav.leftSidebarContainer').toggleClass('menuShow');
|
||||
},
|
||||
"click .menuArea a": function(event, template) {
|
||||
$('nav.leftSidebarContainer').toggleClass('menuShow');
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user