mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-12 19:02:30 +03:00
add documentation website to repo
This commit is contained in:
@@ -0,0 +1,49 @@
|
||||
|
||||
$('#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
|
||||
});
|
||||
Reference in New Issue
Block a user