Skip to content

Commit

Permalink
reg: Change erasure zone to be smaller
Browse files Browse the repository at this point in the history
This could happen with z-index and position: relative on
the form but… same-ish? Would be nice to figure out a
more thorough solution.
  • Loading branch information
backspace committed Oct 21, 2023
1 parent a293581 commit bba34b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions registrations/assets/js/unmnemonic-devices/moving-erasure.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ $(() => {
.clone()
.css({
position: "absolute",
margin: "-3em",
padding: "3em",
margin: "-2em",
padding: "2em",
opacity: 0,
})
.attr("aria-hidden", "true")
Expand Down

0 comments on commit bba34b2

Please sign in to comment.