Skip to content

Commit

Permalink
enable scrolling for the project list
Browse files Browse the repository at this point in the history
  • Loading branch information
sunabozu committed Jun 17, 2016
1 parent ca22a75 commit 38556c4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/styles/project-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@
}

project-list {
// overflow-y: scroll;
overflow: hidden;
cursor: inherit;
overflow-y: scroll;
overflow-x: hidden;
}

body[platform=darwin] project-list {
Expand Down

0 comments on commit 38556c4

Please sign in to comment.