I have container with following styles:
overflow-y:auto;
overflow-x:visible;
position:relative;
Inside I have table with following styles:
position:relative;
For some reason I still see both scrollbars (x and y). I can't force x scrollbar to disappear.
I can't put in to fiddle for now because of lots of scripts and so on but I will do it soon...
Anyway when I check container in chrome it has overflow-x: visible
and scrollbar is visible - how it is possible???
edit -----------------
Here is fiddle: http://jsfiddle.net/Ncd2Y/1/ why x scrollbar is visible???
Guys I want the content to be visible on x axis... Content has to be visible (outside container) and scrollbar not visible...