Apply overflow:hidden property when using borders/radiuses

There’s a known issue where when borders and border radiuses are added to divs or elements, if the div or element have a background it “bleeds out” behind the border. To fix this, you add an overflow:hidden property & value in the custom CSS. Perhaps consider auto-applying this property & value when borders/radiuses are added?

4 Likes