Skip to content

Commit

Permalink
Merge pull request #1209 from manikdamle/main
Browse files Browse the repository at this point in the history
Solved issue #1144
  • Loading branch information
SurajPratap10 authored Oct 12, 2024
2 parents fbb73c4 + a670dad commit c7aa8f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/login.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
color: aqua;
cursor: pointer;
position: absolute; /* Make it absolute */
right: auto; /* Position it to the right */
right: 10px; /* Position it to the right */
top: 50%; /* Center it vertically */
transform: translateY(-50%) ;/* Adjust for centering */
pointer-events: auto; /* Allow clicks on the icon */
Expand Down Expand Up @@ -253,4 +253,4 @@
chatbotId="fZnpFqGqi_Ol7GFejzNXo"
domain="www.chatbase.co"
defer>
</script>
</script>

0 comments on commit c7aa8f4

Please sign in to comment.