Display the tables scrollbar (bug #647)

This commit is contained in:
Jakub Vrana 2019-01-16 12:16:51 +01:00
parent 31bbadb479
commit 41043f8dad
2 changed files with 1 additions and 1 deletions

View file

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

View file

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