-
|
Hello, I have multiple collapse components vertically in a div child of flex parent, and I have a list inside it. When expand the collapse component the vertical scroll bars won't show up. If i take the list outside the collapse component the scrollbars are shown. What should i do to have the scrollbars appear when i expand the collapse component? |
Beta Was this translation helpful? Give feedback.
Answered by
wguerram
Aug 31, 2022
Replies: 1 comment
-
|
I fixed the issue by wrapping the content in a div. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
wguerram
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I fixed the issue by wrapping the content in a div.