Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2071 better create db ui #155

Closed
wants to merge 5 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Revert "fix right hand side scrolling over navigation"
This reverts commit e389a8b.

This is the commit that broke modals.

Reverting it fixes COUCHDB-2086

Fixing the right hand content overlapping the left
hand navigation will require a bigger fix...
This sadly was not it...
  • Loading branch information
BigBlueHat committed Feb 24, 2014
commit bfd177deed589f7e440ee08840a1164fb74f748c
3 changes: 1 addition & 2 deletions src/fauxton/assets/less/fauxton.less
Original file line number Diff line number Diff line change
Expand Up @@ -490,9 +490,8 @@ table.databases {
max-width: 1500px;
.box-shadow(-6px 0 rgba(0, 0, 0, 0.1));
border-left: 1px solid #999;
position: fixed;
position: absolute;
left: @navWidth;
right: 0;
margin-left: 0;
padding-left: 0;
padding-right: 0;
Expand Down