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

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
...@@ -6022,8 +6022,6 @@ button.close { ...@@ -6022,8 +6022,6 @@ button.close {
} }
.affix { .affix {
position: fixed; position: fixed;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
} }
@-ms-viewport { @-ms-viewport {
width: device-width; width: device-width;
......
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -6022,8 +6022,6 @@ button.close { ...@@ -6022,8 +6022,6 @@ button.close {
} }
.affix { .affix {
position: fixed; position: fixed;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
} }
@-ms-viewport { @-ms-viewport {
width: device-width; width: device-width;
......
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -53,5 +53,4 @@ ...@@ -53,5 +53,4 @@
.affix { .affix {
position: fixed; position: fixed;
.translate3d(0, 0, 0);
} }
Markdown is supported
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