You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
});
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.
The text was updated successfully, but these errors were encountered: