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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I am using ant design as a design system for my application.
I am facing an issue that I have
Collapsecomponent with a lot ofPanelcomponents 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 ofPanels.The main problem is that the
Panelcomponents must be a direct children of theCollapsecomponent so trying add adivwith 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