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 pro
overflow
For me I got around it by making the parent with overflow:hidden bigger and then giving minus margins to surrounding elements.