Merge pull request #4862 from strapi/fix-4843

Fix scroll content type fields
This commit is contained in:
virginieky 2019-12-31 15:19:27 +01:00 committed by GitHub
commit 79e7153adb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ const DragWrapper = styled.div`
}
> div > div {
overflow-x: auto;
overflow-y: hidden;
overflow-y: scroll;
}
`;