Fix sidebar issue in Firefox
Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/8f4a9972 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/8f4a9972 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/8f4a9972 Branch: refs/heads/sidebar-fixes Commit: 8f4a9972e2332e4b20979884262e444a3e9092ec Parents: 84440ec Author: Garren Smith <[email protected]> Authored: Wed Aug 13 14:46:30 2014 +0200 Committer: Garren Smith <[email protected]> Committed: Mon Aug 18 11:36:09 2014 +0200 ---------------------------------------------------------------------- assets/less/fauxton.less | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/8f4a9972/assets/less/fauxton.less ---------------------------------------------------------------------- diff --git a/assets/less/fauxton.less b/assets/less/fauxton.less index 2032b04..93afce6 100644 --- a/assets/less/fauxton.less +++ b/assets/less/fauxton.less @@ -365,6 +365,8 @@ table.databases { .transition(all @transitionSpeed @transitionEaseType); padding: 22px 0 0 18px; position: fixed; + z-index: 100; + width: 64px; top: 0; background-color: @primaryNav; width: @navWidth;
