mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-05-17 06:29:40 +03:00
49 lines
1.3 KiB
JavaScript
49 lines
1.3 KiB
JavaScript
|
|
$('#os-theme-dark').overlayScrollbars({
|
|
className : 'os-theme-dark',
|
|
paddingAbsolute : true
|
|
});
|
|
$('#os-theme-light').overlayScrollbars({
|
|
className : 'os-theme-light',
|
|
paddingAbsolute : true
|
|
});
|
|
$('#os-theme-minimal-dark').overlayScrollbars({
|
|
className : 'os-theme-minimal-dark',
|
|
paddingAbsolute : true
|
|
});
|
|
$('#os-theme-minimal-light').overlayScrollbars({
|
|
className : 'os-theme-minimal-light',
|
|
paddingAbsolute : true
|
|
});
|
|
$('#os-theme-thin-dark').overlayScrollbars({
|
|
className : 'os-theme-thin-dark',
|
|
paddingAbsolute : true
|
|
});
|
|
$('#os-theme-thin-light').overlayScrollbars({
|
|
className : 'os-theme-thin-light',
|
|
paddingAbsolute : true
|
|
});
|
|
$('#os-theme-thick-dark').overlayScrollbars({
|
|
className : 'os-theme-thick-dark',
|
|
paddingAbsolute : true
|
|
});
|
|
$('#os-theme-thick-light').overlayScrollbars({
|
|
className : 'os-theme-thick-light',
|
|
paddingAbsolute : true
|
|
});
|
|
$('#os-theme-round-dark').overlayScrollbars({
|
|
className : 'os-theme-round-dark',
|
|
paddingAbsolute : true
|
|
});
|
|
$('#os-theme-round-light').overlayScrollbars({
|
|
className : 'os-theme-round-light',
|
|
paddingAbsolute : true
|
|
});
|
|
$('#os-theme-block-dark').overlayScrollbars({
|
|
className : 'os-theme-block-dark',
|
|
paddingAbsolute : true
|
|
});
|
|
$('#os-theme-block-light').overlayScrollbars({
|
|
className : 'os-theme-block-light',
|
|
paddingAbsolute : true
|
|
}); |