.Scrollable_Wrapper { overflow-x: hidden; overflow-y: scroll; height: 300px; }
Hi Felipe,
Have you tried:
.Scrollable_Wrapper { overflow-x: scroll; overflow-y: hidden; width: 400px; }
(Note that you need to specify the width)
Cheers,
Tiago Simões
Tiago Simões wrote:
Hi Tiago,
I tried this in a popup window but it seems it applies it to the whole popup even though the Scrollable_Wrapper is (without a handle?) is only applied to the table?
Looks like the popup window is trying to resize to the width of the potentially scollable content.
Any ideas?
Thanks
Keith
its also applied on header but header should constant