You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I am using ant design as a design system for my application.
I am facing an issue that I have Collapse component with a lot of Panel components within it so I have scroll to see them all, so I wanted to add a virtual scroll to handle the case that I have a lot of Panels.
The main problem is that the Panel components must be a direct children of the Collapse component so trying add a div with full height between the scroll container and the children list (as the documentation guided) just breaks ant styles:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi!
I am using ant design as a design system for my application.
I am facing an issue that I have
Collapse
component with a lot ofPanel
components within it so I have scroll to see them all, so I wanted to add a virtual scroll to handle the case that I have a lot ofPanel
s.The main problem is that the
Panel
components must be a direct children of theCollapse
component so trying add adiv
with full height between the scroll container and the children list (as the documentation guided) just breaks ant styles:Is there a way to overcome this problem?
Beta Was this translation helpful? Give feedback.
All reactions