background-image cover by grandparent width, overflow property doesn’t works
Using background-image for pseudo-element, parent overflow:hidden property doesn’t affects pseudo-element background-image and don’t hide part of it. Where is problem? I want to hide background that go beyond parent element. I cannot change elements hierarchy.
background-image cover by grandparent width
Using background-image for pseudo-element, parent overflow:hidden property doesn’t affects child. Where is problem? I want to hide background that go beyond parent element. I cannot change elements hierarchy.