From 33f8aa43ff79af2d64a12a92691b214bfac8fb2a Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 20 Dec 2013 06:26:43 -0500 Subject: [PATCH] Revert overflow scroll for original theme; add ChangeLog entry for fix of bug #4170 Signed-off-by: Marc Delisle --- ChangeLog | 1 + themes/original/css/common.css.php | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) 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;