Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions website/templates/includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -682,9 +682,9 @@ <h3 class="font-semibold">Notifications</h3>
});
</script>
<!-- Chatbot -->
<div class="bg-gray-100 chat-Zindex">
<div class="bg-gray-100 chat-Zindex z-[9999]">
<div id="chatbot"
class="fixed bottom-3 right-1 max-w-[400px] w-full bg-white rounded-lg shadow-lg h-[520px] z-[9999] overflow-hidden hidden">
class="fixed bottom-3 right-3 max-w-[400px] w-full bg-white rounded-lg shadow-lg h-[520px] overflow-hidden hidden">
<div class="bg-red-600 text-white p-3 rounded-t-lg flex justify-between items-center">
<h3 class="text-xl font-bold">Chat with BLT Bot</h3>
<button id="closeChatbot" class="text-white text-2xl">×</button>
Expand Down