From bba34b2ea8d37105fd079eb98bba13774768baaf Mon Sep 17 00:00:00 2001 From: Buck Doyle Date: Sat, 21 Oct 2023 18:33:36 -0400 Subject: [PATCH] reg: Change erasure zone to be smaller MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- registrations/assets/js/unmnemonic-devices/moving-erasure.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/registrations/assets/js/unmnemonic-devices/moving-erasure.js b/registrations/assets/js/unmnemonic-devices/moving-erasure.js index 3c3b7966..1133507e 100644 --- a/registrations/assets/js/unmnemonic-devices/moving-erasure.js +++ b/registrations/assets/js/unmnemonic-devices/moving-erasure.js @@ -13,8 +13,8 @@ $(() => { .clone() .css({ position: "absolute", - margin: "-3em", - padding: "3em", + margin: "-2em", + padding: "2em", opacity: 0, }) .attr("aria-hidden", "true")