(Grav GitSync) Automatic Commit from RealStickman

This commit is contained in:
RealStickman 2022-06-23 17:31:01 +02:00 committed by GitSync
parent 9e5c1ddacc
commit e9e2282e00
5 changed files with 3 additions and 1 deletions

View File

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

Binary file not shown.

View File

@ -94,7 +94,7 @@ jQuery(document).ready(function() {
return false;
});
jQuery('.scrollbar-inner').scrollbar();
jQuery('.scrollbar-dynamic').scrollbar();
jQuery('[data-sidebar-toggle]').on('click', function() {
jQuery(document.body).toggleClass('sidebar-hidden');