mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-11 20:02:28 +03:00
12 lines
353 B
TypeScript
12 lines
353 B
TypeScript
import '~/index.scss';
|
|
import './index.scss';
|
|
import { OverlayScrollbars } from '~/overlayscrollbars';
|
|
|
|
// test with different cancel values for body
|
|
|
|
OverlayScrollbars.env().setDefaultInitialization({
|
|
cancel: { nativeScrollbarsOverlaid: false },
|
|
});
|
|
// @ts-ignore
|
|
window.os = OverlayScrollbars({ target: document.body, cancel: { body: null } }, {});
|