Skip to content

Commit

Permalink
fix(styling): horizontally shifted tracking paint
Browse files Browse the repository at this point in the history
Close #55
  • Loading branch information
gruhn committed Sep 1, 2018
1 parent 773d850 commit def4bb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/QrcodeReader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,8 @@ export default {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.qrcode-reader__overlay {
Expand Down

0 comments on commit def4bb4

Please sign in to comment.