Replies: 1 comment 4 replies
-
For other people, that face the same/similar issue, here's the solution: I was using one single boolean state that was passed to many dialog's open-flags. This resulted in many dialogs overlaying each other. Therefore i assume the overlay to get darker and darker by each dialog. You could not see that from the code snippet i provided. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am facing a odd problem right now. I have a shadcn dialog which is working fine, as long as it is not controlled via a state by myself. Backdrop (aka overlay) has an opacity so you can recognize the page in the background.
But as soon as i make the dialog controlled (see below) it makes the backdrop become fully black. Therefor you cannot see anything of the page in the background.
I would greatly appreciate any help! Thansk in advance!
Phynae
Beta Was this translation helpful? Give feedback.
All reactions