mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
This commit is contained in:
parent
887ad26367
commit
7b639ca77d
2 changed files with 3 additions and 0 deletions
|
@ -44,6 +44,7 @@ exports[`NavControlPopover renders without crashing 1`] = `
|
|||
isOpen={false}
|
||||
ownFocus={true}
|
||||
panelPaddingSize="none"
|
||||
repositionOnScroll={true}
|
||||
>
|
||||
<Component
|
||||
userProfile={
|
||||
|
|
|
@ -79,6 +79,8 @@ export class NavControlPopover extends Component<Props, State> {
|
|||
closePopover={this.closeSpaceSelector}
|
||||
anchorPosition={'rightCenter'}
|
||||
panelPaddingSize="none"
|
||||
// @ts-ignore
|
||||
repositionOnScroll={true}
|
||||
ownFocus
|
||||
>
|
||||
{element}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue