fix: selectTypeModal header z-index (#228)
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`SelectTypeWrapper snapshot 1`] = `
|
||||
<div>
|
||||
<ModalDialog.Header>
|
||||
<div
|
||||
className="position-relative zindex-0"
|
||||
>
|
||||
<ModalDialog.Header
|
||||
className="shadow-sm zindex-10"
|
||||
>
|
||||
<ModalDialog.Title>
|
||||
<FormattedMessage
|
||||
defaultMessage="Select problem type"
|
||||
|
||||
@@ -16,8 +16,10 @@ export const SelectTypeWrapper = ({
|
||||
const handleCancel = hooks.handleCancel({ onClose });
|
||||
|
||||
return (
|
||||
<div>
|
||||
<ModalDialog.Header>
|
||||
<div
|
||||
className="position-relative zindex-0"
|
||||
>
|
||||
<ModalDialog.Header className="shadow-sm zindex-10">
|
||||
<ModalDialog.Title>
|
||||
<FormattedMessage {...messages.selectTypeTitle} />
|
||||
<div className="pgn__modal-close-container">
|
||||
|
||||
Reference in New Issue
Block a user