Revert "Fauxton: Fix scrollbar from sidebar on collapsed state in Chrome"
This reverts commit 99665a15ac3a1e56259eb7445b9b2e505ac361fc. This caused the sidebar not to scroll if the window is not height enough Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/580ea7b2 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/580ea7b2 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/580ea7b2 Branch: refs/heads/secondary-indexes Commit: 580ea7b24d9bb8304f251727d4dceb07a6e95bb5 Parents: 6e11dee Author: Robert Kowalski <[email protected]> Authored: Sat Aug 16 14:15:38 2014 +0200 Committer: Robert Kowalski <[email protected]> Committed: Sat Aug 16 14:15:38 2014 +0200 ---------------------------------------------------------------------- assets/less/fauxton.less | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/580ea7b2/assets/less/fauxton.less ---------------------------------------------------------------------- diff --git a/assets/less/fauxton.less b/assets/less/fauxton.less index 88d2293..2032b04 100644 --- a/assets/less/fauxton.less +++ b/assets/less/fauxton.less @@ -335,8 +335,6 @@ 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;
