diff --git a/packages/common/style/mixins/border-retina.pcss b/packages/common/style/mixins/border-retina.pcss index 245b7429..c9706944 100644 --- a/packages/common/style/mixins/border-retina.pcss +++ b/packages/common/style/mixins/border-retina.pcss @@ -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;