GitHub user BigBlueHat opened a pull request:
https://github.com/apache/couchdb/pull/149
fix right hand side scrolling over navigation
If the right hand content got really wide, then
it could easily be scrolled over the primary
navigation on the left.
Fixed it by fixed positioning it.
@deathbearbrown @garrensmith for youz guyz
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/couchdb fix-right-side-crazy-scrolling
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb/pull/149.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #149
----
commit 550f65687dd313c3039e2393e9021a43806e7337
Author: BigBlueHat <[email protected]>
Date: 2014-02-13T14:13:50Z
fix right hand side scrolling over navigation
If the right hand content got really wide, then
it could easily be scrolled over the primary
navigation on the left.
Fixed it by fixed positioning it.
----