You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ga...@apache.org on 2014/09/08 11:30:35 UTC

fauxton commit: updated refs/heads/master to c332490

Repository: couchdb-fauxton
Updated Branches:
  refs/heads/master 9ee086eda -> c33249069


fix scroll in side nav


Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/c3324906
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/c3324906
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/c3324906

Branch: refs/heads/master
Commit: c33249069cbb0de0fa19f7c4875921d6a0372e77
Parents: 9ee086e
Author: sebastianrothbucher <se...@googlemail.com>
Authored: Sun Sep 7 21:18:23 2014 +0200
Committer: sebastianrothbucher <se...@googlemail.com>
Committed: Sun Sep 7 21:18:23 2014 +0200

----------------------------------------------------------------------
 assets/less/fauxton.less | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/c3324906/assets/less/fauxton.less
----------------------------------------------------------------------
diff --git a/assets/less/fauxton.less b/assets/less/fauxton.less
index 1ae9b15..cc4b299 100644
--- a/assets/less/fauxton.less
+++ b/assets/less/fauxton.less
@@ -343,7 +343,7 @@ table.databases {
   top: 0;
   bottom: 0;
   background-color: @primaryNav;
-  overflow-y: scroll;
+  overflow: hidden;
   .js-version {
     color: #fff;
     font-size: 10px;