From 8dbee455f1ce4902ca5647b8abf61970a8d88bdd Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sat, 4 Jun 2022 17:10:41 -0500 Subject: [PATCH] Chats: fix search input on /chats --- app/styles/basics.scss | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/app/styles/basics.scss b/app/styles/basics.scss index 33257bf2a..987a6d58d 100644 --- a/app/styles/basics.scss +++ b/app/styles/basics.scss @@ -100,18 +100,7 @@ noscript { } .floating-link { - width: 100%; - height: 100%; - top: 0; - right: 0; - bottom: 0; - left: 0; - position: absolute; - z-index: 201; - background: transparent; - border: 0; - margin: 0; - padding: 0; + @apply w-full h-full inset-0 absolute z-10; } .greentext {