diff --git a/src/frontend/src/styles/index.css b/src/frontend/src/styles/index.css index 5ed3b281..1762668a 100644 --- a/src/frontend/src/styles/index.css +++ b/src/frontend/src/styles/index.css @@ -29,6 +29,10 @@ body:has(.lk-video-conference) #crisp-chatbox-button { display: none !important; } +body:has(.lk-video-conference) #crisp-chatbox > * > div[role='button'] { + display: none !important; +} + @keyframes slide-full { from { transform: translateY(100%);