I have an element with a flexbox
div#myFlexbox{ display:flex; }
after hide it and show it, it gets messed up.<
You should wrap your display: flex content with an element.
display: flex
bind your javascript show/hide to '#flexWrapper'