mirror of
https://github.com/danbulant/api_docs
synced 2026-05-27 05:42:42 +00:00
Add webkit-transform hack to fix chrome rendering, fixes #538
This commit is contained in:
parent
d3f7825977
commit
1c0996227d
1 changed files with 2 additions and 0 deletions
|
|
@ -324,6 +324,8 @@ html, body {
|
||||||
// This is all the stuff with the light background in the left half of the page
|
// This is all the stuff with the light background in the left half of the page
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
|
// fixes webkit rendering bug for some: see #538
|
||||||
|
-webkit-transform: translateZ(0);
|
||||||
// to place content above the dark box
|
// to place content above the dark box
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 30;
|
z-index: 30;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue