From 9eeccc44d26519b698a8e443f1ff5c52fbfa76b8 Mon Sep 17 00:00:00 2001 From: thecodrr Date: Mon, 6 Dec 2021 09:47:35 +0500 Subject: [PATCH] fix: move dummy p tag offscreen --- apps/web/public/index.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/apps/web/public/index.html b/apps/web/public/index.html index d30c2153e..8977e759e 100644 --- a/apps/web/public/index.html +++ b/apps/web/public/index.html @@ -278,11 +278,13 @@ id="p" style=" outline: none; - z-index: -1; border: none; - padding: none; - margin: none; + padding: 0; + margin: 0; font-size: 0.9rem; + position: absolute; + top: -1000px; + left: -1000px; box-sizing: content-box; " >