mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
BUGFIX: Add horizontal scrolling to reports when necessary. (from r96085)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@98184 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
d05c921226
commit
4cde27dccf
@ -139,7 +139,7 @@ window.ontabschanged = function() {
|
||||
return;
|
||||
|
||||
var fs = formEl.getElementsByTagName('fieldset')[0];
|
||||
if(fs) fs.style.height = formEl.style.height;
|
||||
if(fs && fs.parentNode == formEl) fs.style.height = formEl.style.height;
|
||||
|
||||
// var divs = document.getElementsBySelector('#Form_EditForm div');
|
||||
/*for(i=0;i<divs.length;i++) {
|
||||
|
Loading…
Reference in New Issue
Block a user