Change navbar side
This commit is contained in:
parent
36910883bc
commit
297d137478
@ -13,7 +13,7 @@ var nav_name;
|
|||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
$('#nav-mobile').sidenav({
|
$('#nav-mobile').sidenav({
|
||||||
menuWidth: 400, // Default is 300
|
menuWidth: 400, // Default is 300
|
||||||
edge: 'right', // Choose the horizontal origin
|
edge: 'left', // Choose the horizontal origin
|
||||||
closeOnClick: false, // Closes side-nav on <a> clicks, useful for Angular/Meteor
|
closeOnClick: false, // Closes side-nav on <a> clicks, useful for Angular/Meteor
|
||||||
draggable: true // Choose whether you can drag to open on touch screens,
|
draggable: true // Choose whether you can drag to open on touch screens,
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user