🐛 Désactive les évènements souris sur la croix svg du bouton fermer dans le module feedback (#2460)

fix: Disable pointer events on svg
pull/2463/head
Benjamin Arias 2023-01-16 11:33:19 +01:00 committed by GitHub
parent a616bbd9e4
commit ae5dcb9fc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@ const FeedbackButton = ({ isEmbedded }: { isEmbedded?: boolean }) => {
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
style={{ pointerEvents: 'none' }}
>
<path
fillRule="evenodd"