javascript - overflow-x: visible; doesn't work with overflow-y: auto; any workaround? -


i trying

.item{    width:100px;    overflow-x: visible;    overflow-y: auto; } 

but vertical overflow:auto seems override horizontal's

fiddle: http://jsfiddle.net/xcutv/

is there workaround this? bit of javascript

you cannot, written in spec.

have here : https://stackoverflow.com/a/6433475/1343096

since written in spec, 99% sure impossible do.


Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -