Browse Source

Sidebar- default mobile animation is now overlay

pull/1129/head
jlukic 10 years ago
parent
commit
7a4faf7aae
1 changed files with 2 additions and 2 deletions
  1. 4
      src/definitions/modules/sidebar.js

4
src/definitions/modules/sidebar.js

@ -783,8 +783,8 @@ $.fn.sidebar.settings = {
bottom : 'overlay'
},
mobile: {
left : 'uncover',
right : 'uncover',
left : 'overlay',
right : 'overlay',
top : 'overlay',
bottom : 'overlay'
}

Loading…
Cancel
Save