[frio] Destroy unused perfect scrollbar on the aside element

- It was interfering with accented scheme styles
This commit is contained in:
Hypolite Petovan 2020-09-14 00:19:38 -04:00
parent 2ff80bf91b
commit 5aa6284b1d
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@
var jotcache = ''; //The jot cache. We use it as cache to restore old/original jot content
$(document).ready(function(){
// Destroy unused perfect scrollbar in aside element
$('aside').perfectScrollbar('destroy');
//fade in/out based on scrollTop value
var scrollStart;