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