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

3
web/pnpm-lock.yaml generated
View file

@ -17,6 +17,9 @@ dependencies:
'@hookform/error-message':
specifier: ^2.0.1
version: 2.0.1(react-dom@18.2.0)(react-hook-form@7.48.2)(react@18.2.0)
'@popperjs/core':
specifier: ^2.11.8
version: 2.11.8
'@tailwindcss/forms':
specifier: ^0.5.7
version: 0.5.7(tailwindcss@3.3.5)