Skip to content

Commit

Permalink
re-upgrade headless UI w/ positioning fixes
Browse files Browse the repository at this point in the history
The issue in #138 (fixed by #139) was the result of positioning the
listbox using tailwind classes instead of the `Listbox`'s own attrs for
positioning. Using the builtin positioning option seems to have fixed
this even on the latest version.
  • Loading branch information
bgentry committed Sep 2, 2024
1 parent 186153c commit de92b3f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"dependencies": {
"@dagrejs/dagre": "^1.1.4",
"@headlessui/react": "2.1.1",
"@headlessui/react": "^2.1.3",
"@headlessui/tailwindcss": "^0.2.1",
"@heroicons/react": "^2.1.5",
"@tailwindcss/typography": "^0.5.15",
Expand Down

0 comments on commit de92b3f

Please sign in to comment.