(Grav GitSync) Automatic Commit from RealStickman

This commit is contained in:
RealStickman 2022-06-23 17:33:01 +02:00 committed by GitSync
parent c59f77bc96
commit 6fb00b0924
4 changed files with 1 additions and 3 deletions

Binary file not shown.

View File

@ -147,5 +147,3 @@ blockquote {
.scroll-element.scroll-y {
display: none !important;
}
.scrollbar-dynamic { height: 100%; overflow: auto; }

Binary file not shown.

View File

@ -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');