mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Prevent header popovers from scrolling with page content (#23850)
This commit is contained in:
parent
70c4e718a0
commit
2a9cc02d34
2 changed files with 3 additions and 0 deletions
|
@ -72,6 +72,8 @@ export class HeaderAppMenu extends Component<Props, State> {
|
|||
button={button}
|
||||
isOpen={this.state.isOpen}
|
||||
anchorPosition="downRight"
|
||||
// @ts-ignore
|
||||
repositionOnScroll
|
||||
closePopover={this.closeMenu}
|
||||
>
|
||||
<EuiKeyPadMenu id="keyPadMenu" style={{ width: 288 }}>
|
||||
|
|
|
@ -65,6 +65,7 @@ export class SecurityNavControl extends Component {
|
|||
button={button}
|
||||
isOpen={this.state.isOpen}
|
||||
anchorPosition="downRight"
|
||||
repositionOnScroll
|
||||
closePopover={this.closeMenu}
|
||||
panelPaddingSize="none"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue