We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40d5055 commit 7b85928Copy full SHA for 7b85928
js/scroller.js
@@ -14,6 +14,7 @@ import {validateOptions} from "./utils/options";
14
import {onScrolling, onPreventMouseScroll} from "./utils/events";
15
import {getNativeScrollWidth, generateScrollbar} from "./utils/scrollbar";
16
import {changeTranslate} from "./utils/css";
17
+import $ from 'jquery';
18
19
/**
20
* Vertical scrollbar direction.
js/sticky-header.js
@@ -10,6 +10,7 @@
10
import pluginify from '@fxp/jquery-pluginify';
11
import BasePlugin from '@fxp/jquery-pluginify/js/plugin';
12
import {applyStickyBackgroundColor} from "./utils/sticky";
13
* Sticky Header class.
0 commit comments