diff --git a/public/style/chat.css b/public/style/chat.css index c42681b..43ffcea 100755 --- a/public/style/chat.css +++ b/public/style/chat.css @@ -335,7 +335,7 @@ body { border-radius: 10px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5); margin: 1% 0% 0.5% 1%; - transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s; + transition: all 1s ease 0.1s; visibility: visible; } @@ -343,6 +343,7 @@ body { opacity: 0; visibility: hidden; display: none; + pointer-events: none; } .signature-header {