Fixed scroll wrapper for settings page container (#7124)
Padding was set on global page component while it is needed only for settings page container component.
This commit is contained in:
@ -9,7 +9,6 @@ const StyledPanel = styled.div`
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
width: 100%;
|
||||
padding-bottom: ${({ theme }) => theme.spacing(10)};
|
||||
`;
|
||||
|
||||
type PagePanelProps = {
|
||||
|
||||
Reference in New Issue
Block a user