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:
Jim LAURIE 2019-12-31 15:02:00 +01:00
parent ee0beca5ef
commit d17344211c

View File

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