diff --git a/css/ComplexTableField_popup.css b/css/ComplexTableField_popup.css index acf26b69d..98e46fea6 100755 --- a/css/ComplexTableField_popup.css +++ b/css/ComplexTableField_popup.css @@ -1,8 +1,22 @@ -html,body { - overflow:auto !important; +/* The hackiest fix out there for double-scrollbar problems in IE 7 */ + +*:first-child+html { + overflow: auto; background: #fff !important; } +* html { + overflow: auto; + background: #fff !important; +} + +html>/**/body { + overflow:auto !important; + background: #fff; +} + +/* end of hackiness */ + .ComplexTableField_popup { background: #fff; }