mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-09 13:22:29 +03:00
12 lines
349 B
TypeScript
12 lines
349 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 } }, {});
|