(Grav GitSync) Automatic Commit from RealStickman
This commit is contained in:
parent
9e5c1ddacc
commit
e9e2282e00
Binary file not shown.
@ -147,3 +147,5 @@ blockquote {
|
||||
.scroll-element.scroll-y {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.scrollbar-dynamic { height: 100%; overflow: auto; }
|
||||
|
Binary file not shown.
BIN
themes/learn2/js/.learn.js.swp
Normal file
BIN
themes/learn2/js/.learn.js.swp
Normal file
Binary file not shown.
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user