Commit be21df05 authored by raymes's avatar raymes Committed by Commit bot

Remove the hack for print preview scrolling added in https://codereview.chromium.org/912433002

The bug (crbug.com/455439) has now been fixed.

BUG=455430

Review URL: https://codereview.chromium.org/1015523004

Cr-Commit-Position: refs/heads/master@{#321236}
parent 2a36dbe8
...@@ -34,10 +34,6 @@ ...@@ -34,10 +34,6 @@
border-color: rgb(64, 128, 250); border-color: rgb(64, 128, 250);
border-style: dashed; border-style: dashed;
border-width: 1px; border-width: 1px;
/* TODO(raymes): This is a hack needed to force the margins onto separate
* layers to work around crbug.com/455439. We can remove this when it's fixed.
*/
will-change: transform;
} }
#preview-area .margin-control-disabled .margin-control-line { #preview-area .margin-control-disabled .margin-control-line {
......
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