Skip to content

Commit

Permalink
fix styles to remove extra padding and scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
jwcooper committed Feb 20, 2018
1 parent 0aac889 commit 67e2f66
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions public/stylesheets/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ body {
}

#container {
padding-top: 40px;
width: 100%;
height: 100%;
}
Expand Down Expand Up @@ -400,7 +399,8 @@ a.navigator-settings i.settings-enabled {
left: 300px;
right: 0;
top: 50px;
bottom: 40px;
bottom: 0px;
margin-bottom: 40px;
border-bottom: 1px solid #EDEDED;
}

Expand Down Expand Up @@ -455,6 +455,7 @@ a.navigator-settings i.settings-enabled {
right: 0;
top: 40px;
bottom: 0;
margin-bottom: -40px;
border-top: 1px solid #EDEDED;
border-right: 1px solid #EDEDED;
}
Expand Down

0 comments on commit 67e2f66

Please sign in to comment.