added tidio chat to the app with a script tag in the index.html

This commit is contained in:
Carter 2025-12-15 13:23:57 -06:00
parent 41f3374982
commit c3fbe3acf6
4 changed files with 84 additions and 6 deletions

View file

@ -44,4 +44,16 @@ html, body, #root {
.MuiPopover-root {
z-index: 1501 !important;
}
#tidio-chat-iframe {
bottom: 100px !important; /* Adjust this value higher number = moved further up from the bottom */
right: 20px !important; /* Optional: tweak horizontal position if needed */
}
/* Optional: Different position on mobile (to avoid overlaps there) */
@media only screen and (max-width: 980px) {
#tidio-chat-iframe {
bottom: 80px !important; /* Example for mobile test and adjust */
}
}