[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:  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:
@ -32,6 +32,7 @@ export const SettingsPageContainer = ({
|
||||
}) => (
|
||||
<ScrollWrapper
|
||||
contextProviderName="settingsPageContainer"
|
||||
heightMode="full"
|
||||
componentInstanceId={'scroll-wrapper-settings-page-container'}
|
||||
>
|
||||
<StyledSettingsPageContainer>{children}</StyledSettingsPageContainer>
|
||||
|
||||
Reference in New Issue
Block a user