fix: reduced portal zindex
This commit is contained in:
parent
95f3cb8a9a
commit
829742b239
|
|
@ -60,7 +60,7 @@ div.bp3-popover-arrow {
|
|||
}
|
||||
|
||||
.bp3-portal {
|
||||
z-index: 10;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.bp3-popover .bp3-input {
|
||||
|
|
|
|||
|
|
@ -124,6 +124,7 @@ export class ModalWidget extends BaseWidget<ModalWidgetProps, WidgetState> {
|
|||
onClose={this.closeModal}
|
||||
scrollContents={!!this.props.shouldScrollContents}
|
||||
width={this.getModalWidth()}
|
||||
zIndex={3}
|
||||
>
|
||||
{content}
|
||||
</ModalComponent>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user