You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ro...@apache.org on 2014/07/15 19:56:36 UTC

fauxton commit: updated refs/heads/master to 99665a1

Repository: couchdb-fauxton
Updated Branches:
  refs/heads/master 2d2cc2431 -> 99665a15a


Fauxton: Fix scrollbar from sidebar on collapsed state in Chrome

With a collapsed sidebar, in Chrome, the scrollbar was always
visible, even if the z-index of the dashboard was higher.


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

Branch: refs/heads/master
Commit: 99665a15ac3a1e56259eb7445b9b2e505ac361fc
Parents: 2d2cc24
Author: Robert Kowalski <ro...@kowalski.gd>
Authored: Sat May 10 20:29:50 2014 +0200
Committer: Robert Kowalski <ro...@kowalski.gd>
Committed: Tue Jul 15 19:55:48 2014 +0200

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


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/99665a15/assets/less/fauxton.less
----------------------------------------------------------------------
diff --git a/assets/less/fauxton.less b/assets/less/fauxton.less
index c32147d..be517e6 100644
--- a/assets/less/fauxton.less
+++ b/assets/less/fauxton.less
@@ -335,6 +335,8 @@ table.databases {
 
 /* Fixed side navigation */
 #primary-navbar {
+  /* hack for the scrollbar that shines through from the sidebar */
+  -webkit-transform: translate3d(0, 0, 0);
   height: 100%;
   position: fixed;
   width: @navWidth;