diff --git a/index.css b/index.css index eb1e82fc..5f0055de 100644 --- a/index.css +++ b/index.css @@ -2400,6 +2400,19 @@ svg.button { } } +#chat-widget-container { + animation: fadeIn 1s ease-in; +} + +@keyframes fadeIn { + from { + opacity: 0; + } + to { + opacity: 1; + } +} + @media print { div, canvas { diff --git a/index.html b/index.html index 05a01c38..f55d64af 100644 --- a/index.html +++ b/index.html @@ -1835,6 +1835,16 @@