IE crossing out pseudo element CSS?

后端 未结 6 809
一整个雨季
一整个雨季 2020-12-04 16:20

I\'ve been trying to get a few pseudo elements to work on IE, but it just doesn\'t let me.

It crosses out the CSS and acts like it\'s not there, which kinda aggrevat

6条回答
  •  旧巷少年郎
    2020-12-04 17:15

    I had this exact same issue! You must give your pseudo element's parent a overflow : visible property.

提交回复
热议问题