Webkit border radius fix


/ Published in: CSS
Save to your folder(s)

This fixes the weird rendering in webkit of rounded corners


Copy this code and paste it in your HTML
  1. -webkit-background-clip: padding-box;

URL: http://tumble.sneak.co.nz/post/928998513/fixing-the-background-bleed

Report this snippet


Comments


You need to login to view comments.