mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
add padding so Chrome doesn't add a horizontal scroll bar
This commit is contained in:
parent
0dc7fded50
commit
e8839b1660
@ -28,6 +28,7 @@
|
||||
<style id="css">/* wrapper of table 2 */
|
||||
.wrapper {
|
||||
position: relative;
|
||||
padding: 0 5px;
|
||||
height: 250px;
|
||||
overflow-y: auto;
|
||||
}</style>
|
||||
|
Loading…
Reference in New Issue
Block a user