fleckz-nl / fleckz

Staffing agency app (Uitzendbureau)
https://fleckz.nl
Other
0 stars 0 forks source link

📜 Hide the horizontal scroll bar in dialog when it's not needed #317

Closed nsunami closed 1 week ago

nsunami commented 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">