Skip to content

Commit

Permalink
fix(firefox): fix page scrolling in Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
anotherchrisberry committed May 5, 2017
1 parent 5e974c6 commit 9fb93bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/scripts/modules/core/presentation/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -1214,6 +1214,7 @@ body, html {
background-color: @lightest_grey;
flex: 1 1 auto;
display: flex;
overflow-y: hidden;
padding-top: 30px;
>div {
display: flex;
Expand Down
1 change: 1 addition & 0 deletions app/scripts/modules/core/projects/project.less
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
}
}
.project-details {
overflow-y: hidden;
.application-header {
padding-top: 0;
h2 {
Expand Down

0 comments on commit 9fb93bc

Please sign in to comment.