100% width, sizing issues when browser scrollbars are not visibile

100% width, sizing issues when browser scrollbars are not visibile

daveariensdaveariens Posts: 1Questions: 0Answers: 0
edited May 2011 in Bug reports
Hi folks,

If using 100% width for a data table (smoothness theme, and I believe themeless as well), there are small gaps to the left/right of the table body. The table header/footer are 100%, but the body width is 100% - (scrollbar width / 2)

Workaround, force scrollbars to be visible, CSS:

html
{
overflow: -moz-scrollbars-vertical;
overflow: scroll;
}
This discussion has been closed.