Skip to content

Commit

Permalink
Revert "Fix zIndex for two popup ups (elastic#3768)"
Browse files Browse the repository at this point in the history
This reverts commit 69d6ac6.
  • Loading branch information
anishagg17 authored Jul 20, 2020
1 parent 01a2c27 commit 9e80b0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src-docs/src/views/datagrid/styling.js
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ export default class DataGrid extends Component {
button={styleButton}
isOpen={this.state.isPopoverOpen}
anchorPosition="rightUp"
zIndex={3}
zIndex={2}
closePopover={this.closePopover.bind(this)}>
<div style={{ width: 300 }}>
<EuiFormRow label="Border" display="columnCompressed">
Expand Down Expand Up @@ -505,7 +505,7 @@ export default class DataGrid extends Component {
button={toolbarButton}
isOpen={this.state.isToolbarPopoverOpen}
anchorPosition="rightUp"
zIndex={3}
zIndex={2}
closePopover={this.closeToolbarPopover.bind(this)}>
<div style={{ width: 400 }}>
<EuiFormRow
Expand Down

0 comments on commit 9e80b0d

Please sign in to comment.