Skip to content

Commit

Permalink
fix: remove offset
Browse files Browse the repository at this point in the history
  • Loading branch information
dbajpeyi committed Nov 5, 2024
1 parent 8ad828f commit 6caf7d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions injected/src/features/autofill-password-import.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ export default class AutofillPasswordImport extends ContentFeature {
},
zIndex: '984',
borderRadius: '100%',
offsetLeft: 0.03,
offsetTop: 0.03
offsetLeft: 0,
offsetTop: 0
}
}

Expand Down

0 comments on commit 6caf7d9

Please sign in to comment.