pscroll-1.js 176 B

12345678910
  1. (function($) {
  2. "use strict";
  3. const ps11 = new PerfectScrollbar('.sidebar-right', {
  4. useBothWheelAxes: true,
  5. suppressScrollX: true,
  6. });
  7. })(jQuery);