fix content scroll when project side nav enabled (#156840)

## Summary

I think this does this trick: 


https://user-images.githubusercontent.com/7784120/236454659-4922084f-7637-462f-b654-d46d9550b68b.mov
This commit is contained in:
Anton Dosov 2023-05-08 11:58:13 +02:00 committed by GitHub
parent e36327c243
commit 6df32fd23b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,6 +54,7 @@ export const ProjectNavigation: React.FC = ({ children }) => {
isDocked={true}
size={isOpen ? SIZE_OPEN : SIZE_CLOSED}
hideCloseButton={false}
ownFocus={false}
button={
<span css={buttonCSS}>
<EuiButtonIcon