mirror of
https://github.com/strapi/strapi.git
synced 2025-12-28 15:44:59 +00:00
fix: fix scroll content type fields
On the page to customize the fileds displayed in the entry list. The dopdown to display available fields doesn't scroll. fix #4843
This commit is contained in:
parent
ee0beca5ef
commit
d17344211c
@ -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