mirror of
				https://github.com/lingble/twenty.git
				synced 2025-10-30 20:27:55 +00:00 
			
		
		
		
	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 = ({ | ||||
|   | ||||
| @@ -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
	 Lucas Bordeau
					Lucas Bordeau