Grid does not reach the edges of the image #479
Unanswered
ivanvinicius
asked this question in
Q&A
Replies: 1 comment 1 reply
-
It's probably a measurement issue while the dialog is being opened. If yes, it's a common issue with opening animations, you can search for issues with the dialog or modal keyword. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I implemented Cropper inside a Radix Dialog and the problem I'm having is:
My grid does not reach the edges of the image. I believe it's a CSS issue that I haven't identified. And why do I say that?
Basically when I change width property (on cropp container or grid) while the Cropper is open, the grid works correctly again
Here's my gist containing the code of component and styles, using stitchesjs
GIST
Beta Was this translation helpful? Give feedback.
All reactions