-
|
Hello! In my testing, it seems that the height of the dialog content is capped at I realized that this is possible using Radix primitives by simply modifying the styles of the overlay component, but the overlay component seems to be abstracted away in Radix themes, replaced with a single With that being said, is it possible to achieve the same thing using Radix themes? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
|
This is going to be the default behaviour in the upcoming 3.0 release, out within the next couple weeks. See examples here: You can already upgrade to the latest release candidate version, but beware of the long list of changes there. |
Beta Was this translation helpful? Give feedback.
-
|
@vladmoroz hi this is the behavior I'm looking for - do you happen to have the source code example? |
Beta Was this translation helpful? Give feedback.
-
|
@jinkang-0 Can you please share sample code to make the overlay scrollable using primitives? It would be greatly appreciated. |
Beta Was this translation helpful? Give feedback.
This is going to be the default behaviour in the upcoming 3.0 release, out within the next couple weeks. See examples here:
https://themes-playground-modulz.vercel.app/test-dialog
You can already upgrade to the latest release candidate version, but beware of the long list of changes there.