add padding so Chrome doesn't add a horizontal scroll bar

This commit is contained in:
Mottie 2013-12-08 14:57:31 -06:00
parent 0dc7fded50
commit e8839b1660

View File

@ -28,6 +28,7 @@
<style id="css">/* wrapper of table 2 */
.wrapper {
position: relative;
padding: 0 5px;
height: 250px;
overflow-y: auto;
}</style>