From 44cea3a16eac218dfe62a725d438ed6d9b45302b Mon Sep 17 00:00:00 2001 From: SagnikGos Date: Tue, 8 Oct 2024 03:09:02 +0530 Subject: [PATCH] Update index.html changed the text box position towards right so that it is visible --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 8ac9e068..c959d654 100644 --- a/index.html +++ b/index.html @@ -53,7 +53,7 @@ display: none; /* Hide by default */ position: absolute; bottom: 100%; /* Position above the button */ - right: 50%; + right: 200%; transform: translateX(50%); background-color: #333; /* Background color for tooltip */ color: #fff; /* Tooltip text color */