Revert overflow scroll for original theme; add ChangeLog entry for fix of bug #4170

Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
Marc Delisle 2013-12-20 06:26:43 -05:00
parent bad4e440ec
commit 33f8aa43ff
2 changed files with 1 additions and 5 deletions

View File

@ -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

View File

@ -2100,11 +2100,6 @@ fieldset .disabled-field td {
width: 100%;
}
form#resultsForm > .data {
overflow-x: auto;
overflow-y: hidden;
}
.cDrop {
left: 0;
position: absolute;