I have a modal (written in React but that doesn't matter) and inside, I'm trying to add an accordion. I have the accordion sliding up and down nicely, my issue is that the height of the modal jumps up and down instantly based on the accordion transition.
Is there a way I can make the modal height grow in a transition along side the accordion? Thanks
Edit: Rephrase question.