[frio] Destroy unused perfect scrollbar on the aside element
- It was interfering with accented scheme styles
This commit is contained in:
parent
2ff80bf91b
commit
5aa6284b1d
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue