Compare commits

...

1 Commits

Author SHA1 Message Date
lebaudantoine c5e2d2a1cd 🐛(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.
2025-09-09 10:31:52 +02:00
+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%);