Related to fix for https://sourceforge.net/p/phpmyadmin/bugs/4096/.
Seen in multiple browsers, see attachment.
commit e72342f10aad4f4f5e9695ce16589f1c9688cae9
Author: suheb suhebjerk@gmail.com
Date: Thu Nov 14 22:23:05 2013 +0530
bug fix #4096
diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css
index e9b8b0b..2fd9f0e 100644
--- a/themes/pmahomme/css/common.css.php
+++ b/themes/pmahomme/css/common.css.php
@@ -81,6 +81,7 @@ h2 a img {
.data,
.data_full_width {
margin: 0 0 12px;
+ overflow: scroll;
}
.data_full_width {
Diff:
Diff:
JM,
in addition to IE 11, in which browser do you see this behavior?
(I am able to reproduce this problem in IE 10 / Windows 7)
Last edit: Marc Delisle 2013-11-19
I can see this in Chrome 33, but not in Firefox 24 nor 26.
Reverted the fixes of bug 4096.