See this example: http://jsfiddle.net/7y2cb/193/
HTML:
<div class="wrapper">
<div class="inner">
<div class="example"></div>
</div>
</div>
I want to do the opposite let the green box overflow in x without the scroll and hide the overflow in y.
I do a lot of search and nothing worked, Is there is any hack or workaround even by Javascript/jQuery ?