fix(web): improve tooltip responsiveness and click-through (#1314)

* fix(web): prevent tooltip click-through on mobile

* fix: adjust tooltip placement based on screen size
This commit is contained in:
soup 2023-12-25 13:38:29 +01:00 committed by GitHub
parent 6815c67e0c
commit 3fd939b531
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 77 additions and 16 deletions

View file

@ -34,6 +34,7 @@
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@hookform/error-message": "^2.0.1",
"@popperjs/core": "^2.11.8",
"@tailwindcss/forms": "^0.5.7",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-query-devtools": "^4.36.1",