Skip to content
Snippets Groups Projects
Unverified Commit d8f0cb67 authored by Kyle Doherty's avatar Kyle Doherty Committed by GitHub
Browse files

add z-index to ensure modal content close is always clickable (#9195)

parent c3d6ea17
No related merge requests found
......@@ -42,7 +42,7 @@ export default class ModalContent extends Component {
>
{onClose && (
<Icon
className="text-light text-medium-hover cursor-pointer absolute m2 p2 top right"
className="text-light text-medium-hover cursor-pointer absolute z2 m2 p2 top right"
name="close"
size={fullPageModal ? 24 : 16}
onClick={onClose}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment