Osama Fayoni
Results
2
comments of
Osama Fayoni
> This is solved for me by adding `overflow-hidden` to ``: > > ``` > > > > ... > > > ``` this will disable scrolling "overflow-y-scroll/auto"
for me the fix was to remove `translate-`classes in the dialog-content and replace them with a fixed flex-container instead, to center the content. this is the same issue from [shadcn](https://github.com/shadcn-ui/ui/issues/711)'s...