Re: Table plugin and horizontal scrollbar

2021-10-27 Thread Gary Kephart
Thanks! That worked. Gary On 10/14/2021 11:14 PM, Dirk Frederickx wrote: Hi Gary, Try adding this to your page: %%add-css .page-content { overflow: auto; } /% This should make your page scroll horizontally when the content, in this case a table with many columns, doesn't fit. Check follow

Re: Table plugin and horizontal scrollbar

2021-10-14 Thread Dirk Frederickx
Hi Gary, Try adding this to your page: %%add-css .page-content { overflow: auto; } /% This should make your page scroll horizontally when the content, in this case a table with many columns, doesn't fit. Check following alternative solutions, when you need to show large sets of images: https

Table plugin and horizontal scrollbar

2021-10-13 Thread Gary Kephart
I have a table, using the plugin, which contains several images (using the Image plugin). When I reduce the size of my browser window, I get a vertical scrollbar but not a horizontal scrollbar. Same when viewed on a phone. Is there way for me to add a vertical scrollbar when necessary? http://