f9a4ccf725
The fadeSlideIn animation used transform:translateY which creates a new containing block, trapping position:fixed children (EntitySelect). Switched to the CSS translate property which doesn't create a containing block.