Merge pull request #5042 from strapi/webhooks/leftmenu-scrollbar

Helper-plugin Leftmenu scrollbar
This commit is contained in:
virginieky 2020-01-22 15:34:43 +01:00 committed by GitHub
commit b4a04724cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;