I have an element with a flexbox
div#myFlexbox{ display:flex; }
after hide it and show it, it gets messed up.<
$('#myFlexbox').show({ start: function() { $(this).css('display', 'flex'); } });