update
This commit is contained in:
@@ -22,15 +22,15 @@
|
||||
var options = {
|
||||
contentElement: undefined, // Widest element, if not specified first child element will be used
|
||||
scrollCss: {
|
||||
'overflow-x': 'auto',
|
||||
'overflow-x': 'scroll',
|
||||
'overflow-y': 'hidden',
|
||||
'height': '20px'
|
||||
},
|
||||
contentCss: {
|
||||
'overflow-x': 'auto',
|
||||
'overflow-x': 'scroll',
|
||||
'overflow-y': 'hidden'
|
||||
},
|
||||
onlyIfScroll: true, // top scrollbar is not shown if the bottom one is not present
|
||||
onlyIfScroll: false, // top scrollbar is not shown if the bottom one is not present
|
||||
resetOnWindowResize: false, // recompute the top ScrollBar requirements when the window is resized
|
||||
timeToWaitForResize: 30 // wait for the last update event (usefull when browser fire resize event constantly during ressing)
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user