From 933a4f8854ffcdff41ebf0b616aea80c0e30e39c Mon Sep 17 00:00:00 2001 From: okaybenji Date: Fri, 11 Dec 2020 16:48:34 -0600 Subject: [PATCH] fix recapturing input on click in safari --- styles/retro.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/retro.css b/styles/retro.css index 344fcc5..bf586aa 100644 --- a/styles/retro.css +++ b/styles/retro.css @@ -25,6 +25,7 @@ body::after { width: 100vw; height: 100vh; background: repeating-linear-gradient(rgba(255, 78, 0, 0.03) 0.5vh, rgba(0, 0, 0, 0.05) 0.8vh); + z-index: -1; } /* scrollbar */