I have a problem with CSS in Chrome. When I click the following tabs, the background image is not hiding.
I used :: after the code is like this.
.paymentBank ::after {
content: " ";
}
[Here] [1] - real-time code. I prepared a screenshot.


source
share