Closed parsiya closed 7 years ago
The culprit is in the CSS. I have removed the right border to prevent it from being displayed when an overflow happens.
Change it back to border from border-left. See.
border
border-left
table, th, td { border-left: 1px solid black; /* remove the right border for when overflow happens */ padding: 3px; }
The culprit is in the CSS. I have removed the right border to prevent it from being displayed when an overflow happens.
Change it back to
border
fromborder-left
. See.