Allow specific tag to override overflow:hidden

前端 未结 11 2330
抹茶落季
抹茶落季 2020-11-27 11:47

I\'ve got a

, that\'s a certain height and width, and overflow:hidden so that specfic inner images are clipped
11条回答
  •  失恋的感觉
    2020-11-27 12:40

    You cannot, unless you change your HTML layout and move that image out of the parent div. A little more context would help you find an acceptable solution.

提交回复
热议问题