Merge branch 'hotfix/v2.6.1' of github.com:ONLYOFFICE/DocSpace-client into hotfix/v2.6.1

This commit is contained in:
Akmal Isomadinov 2024-07-29 19:42:25 +05:00
commit 46a1e1455b

View File

@ -216,7 +216,9 @@ const Body = ({
: FOOTER_HEIGHT
}
className="selector_body"
headerHeight={HEADER_HEIGHT}
headerHeight={
withTabs ? HEADER_HEIGHT : HEADER_HEIGHT + CONTAINER_PADDING
}
footerVisible={footerVisible}
withHeader={withHeader}
withTabs={withTabs}