I am using jQuery UI tabs as my container div. Now I need to show ALOT of the data in the table, which will almost always be wider than the container itself. Unfortunately, I cannot get the container to wrap.
See this fiddle
I tried the positions, overflow: auto , but nothing works as I want it. overflow: auto places the horizontal scrollbar in the tabs, but I want it on the body. Does anyone have an idea how to do this?
In short: I need #main-div wrap all child div without scrollbar on tabs. I just want to wrap my content so that the div is dynamic with the content
source share