Fix: Fix horizontal scroll on overflow in property pane (#5909)

This commit is contained in:
akash-codemonk 2021-07-21 13:23:14 +05:30 committed by GitHub
parent 5261f782df
commit 89000efffd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,8 +78,9 @@ interface PropertyPaneState {
}
export const PropertyControlsWrapper = styled.div`
padding: ${(props) => props.theme.spaces[5]}px;
padding-top: 0px;
overflow: hidden;
margin: ${(props) => props.theme.spaces[5]}px;
margin-top: 0px;
`;
export const FixedHeader = styled.div`