[bugfix] hairline in chrome 69 (#1776)

This commit is contained in:
neverland
2018-09-10 16:30:31 +08:00
committed by GitHub
parent f57a3eb982
commit 04c7ec42d9

View File

@@ -3,8 +3,8 @@
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;
width: 200%; width: 199%;
height: 200%; height: 199%;
transform: scale(0.5); transform: scale(0.5);
transform-origin: 0 0; transform-origin: 0 0;
pointer-events: none; pointer-events: none;