diff --git a/app/client/src/pages/Editor/PropertyPane/index.tsx b/app/client/src/pages/Editor/PropertyPane/index.tsx index eb7b07b5e8..14844eb294 100644 --- a/app/client/src/pages/Editor/PropertyPane/index.tsx +++ b/app/client/src/pages/Editor/PropertyPane/index.tsx @@ -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`