mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
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:
parent
e36327c243
commit
6df32fd23b
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue