From f06bbe9902e9e64b3f335b3601417ed23f200f78 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Wed, 20 Nov 2013 07:47:09 -0500 Subject: [PATCH 1/2] Revert "bug fix #4096" This reverts commit e72342f10aad4f4f5e9695ce16589f1c9688cae9. --- themes/pmahomme/css/common.css.php | 1 - 1 file changed, 1 deletion(-) diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index f84bdba464..363c44148d 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -81,7 +81,6 @@ h2 a img { .data, .data_full_width { margin: 0 0 12px; - overflow: scroll; } .data_full_width { From 034886e6205250e2beebf5958e3514ea4c197bd9 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Wed, 20 Nov 2013 07:58:01 -0500 Subject: [PATCH 2/2] Revert 32b8a06a536d7ff95019296348981549b8ed44c9 --- ChangeLog | 1 - themes/original/css/common.css.php | 4 ---- 2 files changed, 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3ba359aad2..94f7a6e6e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -55,7 +55,6 @@ phpMyAdmin - ChangeLog - bug #3931 IN Clause search does not permit multiple values - bug #4086 Clicking OK from edit popup opens new tab - bug #2983 unknown table status: TABLE_TYPE -- bug #4096 horizontal scrollbar should not overflow on the left column - bug #4030 ORDER BY SUM(`field`) does not sort DESC 4.0.10.0 (not yet released) diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php index ea775259a2..defe1aeace 100644 --- a/themes/original/css/common.css.php +++ b/themes/original/css/common.css.php @@ -2095,13 +2095,9 @@ fieldset .disabled-field td { color: #FFF !important; } -.data { - overflow: scroll; -} .data_full_width { width: 100%; - overflow: scroll; } .cDrop {