django-unfold icon indicating copy to clipboard operation
django-unfold copied to clipboard

fix: ManyToMany Scrolling

Open ZairMahmood opened this issue 9 months ago • 0 comments

Problem:

  • ManyToMany field in changeview is broken

Screenshot 2024-05-10 at 1 33 24 PM

For issue #376

Solution:

  • Create a new class (MULTIPLE_SELECT_CLASSES)
    • remove the truncate class
    • add the overflow-y-auto

image

ZairMahmood avatar May 10 '24 21:05 ZairMahmood