mirror of
https://github.com/strapi/strapi.git
synced 2025-11-02 10:55:37 +00:00
Merge pull request #4862 from strapi/fix-4843
Fix scroll content type fields
This commit is contained in:
commit
79e7153adb
@ -14,7 +14,7 @@ const DragWrapper = styled.div`
|
||||
}
|
||||
> div > div {
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
`;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user