I have a parent container with a lot of child elements. Due to animation reasons (child elements sliding in and out of the parent) I have set it's overflow property to hidden.
This works great but there are a couple of the children who I do want to be visible outside the parent's bounds.
How do I make it so that only certain children are visible outside the parent's bounds?