mirror of
https://github.com/strapi/strapi.git
synced 2025-11-13 08:38:09 +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 {
|
> div > div {
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
overflow-y: hidden;
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user