Tidi chat
Last updated
// Call the functions:
if (document.readyState === 'complete') {
naviman.waitElementToAddStyle("#tidio-chat-root", "margin-bottom: 50px !important;");
} else {
window.addEventListener('load', function () {
navimanwaitElementToAddStyle("#tidio-chat-root", "margin-bottom: 50px !important;");
});
}