I need 3 divs that I have the same height, and if the height is not 100%, turn 100%. Example: I have 3 divs
<div class="menuEsquerdo"></div>
<div class="toggle"></div>
<div class="conteúdo"></div>
When toggle is clicked the menu is decreased.The left menu needs to be fixed (must remain) when you need to slide the mouse down (if there is too much text in the subject), and if you need to slide the menu it should also be fixed, but it should be "carried" alongside the toggle and "carry" the menu background (if the menu is not 100% full).
I would like it to look like this:
Normal
Slidingdown
Sliding to the side