I have tried to override the palette css and added
overflow-x:scroll to both table.palette and td.pane, but to no avail.
ANybody succeeded in this ? ALl previous posts on the topic do not record
any success ..

table.palette {
        border: 0;
        overflow-x:scroll;
        white-space: nowrap;
}
table.palette td.pane {
        width: 200px;
        text-align: center;
        overflow-x:scroll;
        
}


--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Horizontal-scroll-for-Palette-tp4663803.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to