/* XXX This is a one possible workaround to make the content resizable. * XXX We may find a better solution (e. g. partially switch off layout) */ jQuery(function () { jQuery("form").css("width", "100%"); jQuery("form").css("height", "100%"); jQuery(".tobago-page-content").css("width", "100%"); jQuery(".tobago-page-content").css("height", "100%"); jQuery("iframe").css("width", "100%"); jQuery("iframe").css("height", "100%"); });