🐛(frontend) fix Crisp chatbot CSS override covering room actions

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.
This commit is contained in:
lebaudantoine
2025-09-08 17:16:24 +02:00
committed by aleb_the_flash
parent 8044e3d6d8
commit 95e4b77b7e

View File

@@ -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;
}