jQuery-Organic-Tabs
jQuery-Organic-Tabs copied to clipboard
Tabs height does not accommodate browser zoo
If you're zoomed out twice and click through different tabs, your content will become cut off.
Inspecting the elements wrapper and setting height auto fixes this. I'm going to take a peek into the source and see if I can fix this myself. If you have any insight please message me back.
Thanks in advance, awesome little lightweight plugin.

What Browser / OS are you on? This works for me in Chrome/OSX
I'm in chrome 24.~, reproduced it in safari too and other boxes. Probably has something to do when the content is near the bottom of the parent container.
Keep the page zoomed out twice, reload the page while like that. Then go to another tab and back. I figured I could set the height to auto somewhere in the script but haven't figured it out. Any pointers?
// Adjust outer wrapper to fit new list snuggly var newHeight = base.$el.find("#"+listID).height(); $allListWrap.animate({ height: newHeight });
On Jan 24, 2013, at 2:57 PM, Dean Sofer [email protected] wrote:
What Browser / OS are you on? This works for me in Chrome/OSX
— Reply to this email directly or view it on GitHub.