(Grav GitSync) Automatic Commit from RealStickman
This commit is contained in:
parent
c59f77bc96
commit
6fb00b0924
Binary file not shown.
@ -147,5 +147,3 @@ blockquote {
|
||||
.scroll-element.scroll-y {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.scrollbar-dynamic { height: 100%; overflow: auto; }
|
||||
|
Binary file not shown.
@ -83,6 +83,7 @@ $(window).resize(function() {
|
||||
|
||||
jQuery(document).ready(function() {
|
||||
var sidebarStatus = searchStatus = 'open';
|
||||
jQuery('.scrollbar-inner').scrollbar();
|
||||
|
||||
// set the menu height
|
||||
setMenuHeight();
|
||||
@ -95,7 +96,6 @@ jQuery(document).ready(function() {
|
||||
});
|
||||
|
||||
//jQuery('.scrollbar-inner').scrollbar();
|
||||
jQuery('.scrollbar-dynamic').scrollbar();
|
||||
|
||||
jQuery('[data-sidebar-toggle]').on('click', function() {
|
||||
jQuery(document.body).toggleClass('sidebar-hidden');
|
||||
|
Loading…
Reference in New Issue
Block a user