Skip to content

Commit

Permalink
solved the overlap of scrollup and chatbot
Browse files Browse the repository at this point in the history
  • Loading branch information
Likithakapu committed Nov 7, 2024
1 parent 60f8d6d commit 746b95f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,8 @@
width: 50px;
height: 50px;
position: fixed;
bottom: 80px !important; /* Increased to move the button higher */
right: 80px !important; /* Increased to move the button further left */
bottom: 23px;
right: 44px;
background-color: #ab45e7;
Expand All @@ -335,6 +337,7 @@
border-radius: 50%;
cursor: pointer;
font-size: 18px;
display: flex !important; /* Added to center content */
align-items: center;
justify-content: center;
}
Expand Down Expand Up @@ -497,7 +500,8 @@
document.documentElement.setAttribute("data-theme", newTheme);
}
</script>



<div id="progress-container">
<div id="progress-bar"></div>
</div>
Expand Down

0 comments on commit 746b95f

Please sign in to comment.