From 95e4b77b7ec2784e99141f90ae90e1548a12aa92 Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Mon, 8 Sep 2025 17:16:24 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B(frontend)=20fix=20Crisp=20chatbot?= =?UTF-8?q?=20CSS=20override=20covering=20room=20actions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix regression where Crisp chatbot CSS changes caused their button to cover useful room actions due to failing CSS override rules. Updates CSS specificity and positioning to ensure Crisp chat button doesn't interfere with room functionality while maintaining chatbot accessibility for user support. --- src/frontend/src/styles/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/styles/index.css b/src/frontend/src/styles/index.css index 0c9535ea..5ed3b281 100644 --- a/src/frontend/src/styles/index.css +++ b/src/frontend/src/styles/index.css @@ -25,7 +25,7 @@ body, } } -body:has(.lk-video-conference) #crisp-chatbox > div > a { +body:has(.lk-video-conference) #crisp-chatbox-button { display: none !important; }