javascript - overflow-x: visible; doesn't work with overflow-y: auto; any workaround? -
this question has answer here:
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
Post a Comment