On Mon, 22 Jul 2013 22:27:27 -0300, newbie newbie <[email protected]> wrote:

Hi,

Hi!

I have items in Palette that is wider than the box width. The tail-end of
items is clipped and not visible. Palette has automatic vertical scrolling but not horizontal scrolling. How do I make horizontal scrolling possible?

Here is what I have tried at my css.

DIV.t-palette SELECT { overflow-x: auto !important; }  and

DIV.t-palette-available { overflow-x: auto !important; }  and

DIV.t-palette { overflow-x: auto !important; }

This is a pure CSS question, so it shouldn't have been posted here. The same solution you'd use for any HTML <select> will work for Tapestry's Palette.

--
Thiago H. de Paula Figueiredo

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to