2025-02-02 17:15:45 -05:00

7 lines
167 B
JavaScript

(function () {
"use strict";
var myElement = document.getElementById('sidebar-scroll');
new SimpleBar(myElement, { autoHide: true });
})();