mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-02 08:14:06 +03:00
add documentation website to repo
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
$(function(){
|
||||
window._framework.buildPage({
|
||||
defaultHash : 'overview'
|
||||
});
|
||||
/*
|
||||
OverlayScrollbars($('#div')[0], {
|
||||
nativeScrollbarsOverlaid : {
|
||||
initialize: false
|
||||
}
|
||||
}).destroy();
|
||||
|
||||
OverlayScrollbars($('#text')[0], {
|
||||
nativeScrollbarsOverlaid : {
|
||||
initialize: false
|
||||
}
|
||||
}).destroy();
|
||||
*/
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user