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:
parent
bad4e440ec
commit
33f8aa43ff
@ -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
|
||||
|
||||
@ -2100,11 +2100,6 @@ fieldset .disabled-field td {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
form#resultsForm > .data {
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
.cDrop {
|
||||
left: 0;
|
||||
position: absolute;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user