mirror of
https://github.com/placeholder-soft/prodigyapi.git
synced 2026-04-29 12:24:59 +08:00
Add webkit-transform hack to fix chrome rendering, fixes #538
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user