diff --git a/src/components/ItemSelector/styles/SelectedItems.style.js b/src/components/ItemSelector/styles/SelectedItems.style.js index ca5625291..2776cb72a 100644 --- a/src/components/ItemSelector/styles/SelectedItems.style.js +++ b/src/components/ItemSelector/styles/SelectedItems.style.js @@ -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; }