Skip to content

Commit

Permalink
fix: set overflow to auto to only show scrollbar when needed(#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferarnesen authored Apr 23, 2019
1 parent 78585d6 commit 2d2f1c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ItemSelector/styles/SelectedItems.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default css`
height: 455px;
list-style: none;
margin: 0px;
overflow-y: scroll;
overflow-y: auto;
padding-left: 0px;
user-select: none;
}
Expand Down

0 comments on commit 2d2f1c2

Please sign in to comment.