🐛(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:31:52 +02:00
parent 45a69aaaf0
commit c5e2d2a1cd
+4
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%);