diff --git a/packages/strapi-helper-plugin/lib/src/components/LeftMenuList/List.js b/packages/strapi-helper-plugin/lib/src/components/LeftMenuList/List.js index 8266e7cff0..ab46ba22a1 100644 --- a/packages/strapi-helper-plugin/lib/src/components/LeftMenuList/List.js +++ b/packages/strapi-helper-plugin/lib/src/components/LeftMenuList/List.js @@ -6,7 +6,7 @@ const List = styled.ul` margin-bottom: 0; padding-left: 0; max-height: 251px; - overflow-y: scroll; + overflow-y: auto; li { position: relative; margin-bottom: 2px;