Merge pull request #3394 from benjiwheeler/join-flow-drag

set modal close icon to draggable false
This commit is contained in:
Benjamin Wheeler 2019-09-24 09:29:23 -04:00 committed by GitHub
commit 117f0cee91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,6 +56,7 @@ class Modal extends React.Component {
<img
alt="close-icon"
className="modal-content-close-img"
draggable="false"
src="/svgs/modal/close-x.svg"
/>
</div>