[BUG] Object Settings Model tabs list heigh value 0 (#10646)

# Introduction
While working on https://github.com/twentyhq/core-team-issues/issues/355
encountered a recent regression:

![image](https://github.com/user-attachments/assets/654349a0-fd3d-4e17-a503-b942165f1771)

I honestly cannot explain this regression, should take time to do some
commits dichotomy in order to identify the problematic one but it feels
overkill

## Remarks
- Modified a common components please while reviewing have a look to
other of its invokation too ( others settings page )
This commit is contained in:
Paul Rastoin
2025-03-04 17:40:17 +01:00
committed by GitHub
parent 2bddac596e
commit b83d8a4b27

View File

@ -32,6 +32,7 @@ export const SettingsPageContainer = ({
}) => (
<ScrollWrapper
contextProviderName="settingsPageContainer"
heightMode="full"
componentInstanceId={'scroll-wrapper-settings-page-container'}
>
<StyledSettingsPageContainer>{children}</StyledSettingsPageContainer>