Popover in dialog #226
-
I am using a popover inside of a dialog, and the popover renders below the dialog so it's not visible. This is expo web, firefox. What am I doing wrong? |
Beta Was this translation helpful? Give feedback.
Answered by
RWOverdijk
Aug 28, 2024
Replies: 1 comment
-
It can be fixed by removing z-50 from dialog.tsx. I am not sure why it's there. Also not sure if I should make a PR. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
RWOverdijk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It can be fixed by removing z-50 from dialog.tsx. I am not sure why it's there. Also not sure if I should make a PR.