-
I'm trying to add a typeahead dropdown box, but currently the box is just extending the height of the dialog container and causing scrollbars to appear. I tried using a react portal to absolutely position an element outside of but it won't accept pointer events. How can I achieve adding a dropdown box like this? |
Beta Was this translation helpful? Give feedback.
Answered by
joaom00
Jan 13, 2024
Replies: 1 comment 1 reply
-
You can add |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jasonmng
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can add
pointer-events: auto
to the dropdown when using with portal