Closed nsunami closed 1 week ago
Currently, the DialogContent elements in the dialog components has a class name of "overflow-y-scroll", which forces the scroll bar to appear.
We want to set this to "auto" so that the scroll bar will show up only when it's needed. Something like:
<DialogContent className="max-h-screen overflow-y-auto">
Currently, the DialogContent elements in the dialog components has a class name of "overflow-y-scroll", which forces the scroll bar to appear.
We want to set this to "auto" so that the scroll bar will show up only when it's needed. Something like: