update
This commit is contained in:
@@ -193,10 +193,9 @@
|
|||||||
|
|
||||||
table {
|
table {
|
||||||
display: block;
|
display: block;
|
||||||
overflow-x: scroll;
|
|
||||||
line-break: loose;
|
line-break: loose;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
min-width: 600px;
|
min-width: 400px;
|
||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -31,7 +31,7 @@
|
|||||||
'overflow-y': 'hidden'
|
'overflow-y': 'hidden'
|
||||||
},
|
},
|
||||||
onlyIfScroll: false, // 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
|
resetOnWindowResize: true, // recompute the top ScrollBar requirements when the window is resized
|
||||||
timeToWaitForResize: 3 // wait for the last update event (usefull when browser fire resize event constantly during ressing)
|
timeToWaitForResize: 3 // wait for the last update event (usefull when browser fire resize event constantly during ressing)
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user