Skip to content

Commit

Permalink
Resolved Overlapping of Chatbot and Scroll to Top Button
Browse files Browse the repository at this point in the history
  • Loading branch information
Tejashri-Taral committed Jun 13, 2024
1 parent 7fcca08 commit efca4b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Chatbot/chatbot.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* Chatbot Icon */
.chat-icon-container {
position: fixed;
bottom: 20px;
bottom: 80px;
right: 20px;
z-index: 9999;
transition: all 0.3s ease;
Expand Down
2 changes: 1 addition & 1 deletion src/components/ScrollToTop/ScrollToTop.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.btn{
position: fixed;
right: 20px;
bottom: 100px;
bottom: 20px;
border-radius: 50%;
}

Expand Down

0 comments on commit efca4b2

Please sign in to comment.