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
content.css({
// Need to figure out where this 4 comes from.
maxHeight: maxHeight - footer.outerHeight() - header.outerHeight() - 4,
overflow: 'auto'
});
Could you please make overflowe as parameter?
The text was updated successfully, but these errors were encountered:
content.css({
// Need to figure out where this 4 comes from.
maxHeight: maxHeight - footer.outerHeight() - header.outerHeight() - 4,
overflow: 'auto'
});
Could you please make overflowe as parameter?
The text was updated successfully, but these errors were encountered: