🐛(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:
committed by
aleb_the_flash
parent
8044e3d6d8
commit
95e4b77b7e
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user