[bugfix] hairline (#545)

This commit is contained in:
neverland 2018-09-10 16:35:17 +08:00 committed by GitHub
parent 67d37aad01
commit 42800f70d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,8 +7,8 @@ $border-poses: top, right, bottom, left;
position: absolute;
top: 0;
left: 0;
width: 200%;
height: 200%;
width: 199%;
height: 199%;
transform: scale(.5);
transform-origin: 0 0;
pointer-events: none;