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:
@ -20,6 +20,7 @@ const StyledSettingsPageContainer = styled.div<{ width?: number }>`
|
||||
}
|
||||
return OBJECT_SETTINGS_WIDTH + 'px';
|
||||
}};
|
||||
padding-bottom: ${({ theme }) => theme.spacing(20)};
|
||||
`;
|
||||
|
||||
export const SettingsPageContainer = ({
|
||||
|
||||
Reference in New Issue
Block a user