Stop blinking text when scrolling in webkit

This commit is contained in:
Ruud
2013-05-10 15:19:39 +02:00
parent fede348fbd
commit c1d35e8a57

View File

@@ -7,6 +7,7 @@ body, html {
margin: 0;
padding: 0;
background: #4e5969;
-webkit-font-smoothing: subpixel-antialiased;
}
body { overflow-y: scroll; }
body.noscroll { overflow: hidden; }