Overriding overflow: hidden

后端 未结 3 1466
甜味超标
甜味超标 2020-12-11 02:10

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

3条回答
  •  失恋的感觉
    2020-12-11 02:31

    For me I got around it by making the parent with overflow:hidden bigger and then giving minus margins to surrounding elements.

提交回复
热议问题