Commit 3e8cddf8 authored by Mark Otto's avatar Mark Otto
Browse files

Fixes #13974, #14123: Remove translate3d repaint performance enhancement for...

Fixes #13974, #14123: Remove translate3d repaint performance enhancement for text rendering and position wonkiness
parent 7ec6c9fd
4 merge requests!28721Hot test,!16605Test pull please ignore,!22103test,!25326Adjust examples
Showing with 2 additions and 7 deletions
+2 -7
......@@ -6022,8 +6022,6 @@ button.close {
}
.affix {
position: fixed;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
@-ms-viewport {
width: device-width;
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -6022,8 +6022,6 @@ button.close {
}
.affix {
position: fixed;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
@-ms-viewport {
width: device-width;
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -53,5 +53,4 @@
.affix {
position: fixed;
.translate3d(0, 0, 0);
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment