0

I have div structure as below:

   <App>
    <project>
        <projectTab>
        <projectBoard>
    </project>

    <project>
        <projectTab>
        <projectBoard>
    </project>

    <project>
        <projectTab>
        <projectBoard>
    </project>

    <inserTab>
</App>

What I want is display any active "projectBoard" below "inserTab". If new "project" are added then by default "inserTab" is shifting down but "projectBoard" is fixed. So how can I move it as per "inserTab"

enter image description here

dhiraj900
  • 17
  • 6

0 Answers0