🐛(frontend) fix CSS rules that hide Crisp support button

Correct CSS specificity issues that were overriding and hiding the Crisp
chatbot button, ensuring support functionality remains accessible to
users.
This commit is contained in:
lebaudantoine
2025-09-09 10:27:27 +02:00
committed by aleb_the_flash
parent 45a69aaaf0
commit e7c12b4253

View File

@@ -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%);