diff --git a/ChangeLog b/ChangeLog index 6a856c6756..2e5c239487 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,7 @@ phpMyAdmin - ChangeLog - bug #4178 Quick edit for BIT type does not work - bug #2760 Warn about incomplete exports - bug #4190 Fractional seconds cause row update even if the value is not changed +- bug #4170 Overflow scroll for table grid is not a good solution 4.1.1.0 (2013-12-17) - bug #4154 Error using UNION query diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php index 79f473d260..af3c517be0 100644 --- a/themes/original/css/common.css.php +++ b/themes/original/css/common.css.php @@ -2100,11 +2100,6 @@ fieldset .disabled-field td { width: 100%; } -form#resultsForm > .data { - overflow-x: auto; - overflow-y: hidden; -} - .cDrop { left: 0; position: absolute;