Add webkit-transform hack to fix chrome rendering, fixes #538

This commit is contained in:
Robert Lord
2017-02-24 00:39:40 -06:00
parent d3f7825977
commit 1c0996227d

View File

@@ -324,6 +324,8 @@ html, body {
// This is all the stuff with the light background in the left half of the page
.content {
// fixes webkit rendering bug for some: see #538
-webkit-transform: translateZ(0);
// to place content above the dark box
position: relative;
z-index: 30;