diff --git a/adminer/static/default.css b/adminer/static/default.css index 4f9e3a1a..d22293f6 100644 --- a/adminer/static/default.css +++ b/adminer/static/default.css @@ -32,7 +32,6 @@ input.wayoff { left: -1000px; position: absolute; } .version { color: #777; font-size: 67%; } .js .hidden, .nojs .jsonly { display: none; } .js .column { position: absolute; background: #ddf; padding: .27em 1ex .3em 0; margin-top: -.27em; } -.scrollable { overflow-x: auto; } .nowrap td, .nowrap th, td.nowrap, p.nowrap { white-space: pre; } .wrap td { white-space: normal; } .error { color: red; background: #fee; } diff --git a/changes.txt b/changes.txt index f0f53612..b4d3cbb7 100644 --- a/changes.txt +++ b/changes.txt @@ -1,4 +1,5 @@ Adminer 4.7.1-dev: +Display the tables scrollbar (bug #647) Add autocomplete attributes to login form PHP <5.4 compatibility even with ClickHouse enabled (regression from 4.7.0)