Adaptive Shield Matrix

Results 4 comments of Adaptive Shield Matrix

Workaround: I fixed this problem for myself by adding `overflow-y-scroll max-h-screen` classes to `DialogContent` example usage: ```tsx

@max-hans If I try to replicate your example -> I get a darkened screen without the Dialog being displayed at all. I tried following https://www.radix-ui.com/docs/primitives/components/dialog#scrollable-overlay , but It did not...

thanks @intuity-hans I can confirm your full version is working Comparing mine and your version, I think you forgot to mention the changes in `DialogPortal` DialogPortal ```ts const DialogPortal =...

Problem persists on the newest published version of 1.2.1. A really annoying problem. I guess, I would have to switch back to prettier until this is resolved...