Skip to content

Commit def4bb4

Browse files
committed
fix(styling): horizontally shifted tracking paint
Close #55
1 parent 773d850 commit def4bb4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/QrcodeReader.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,8 @@ export default {
349349
position: absolute;
350350
width: 100%;
351351
height: 100%;
352+
top: 0;
353+
left: 0;
352354
}
353355
354356
.qrcode-reader__overlay {

0 commit comments

Comments
 (0)