feat(BOOK-67): Added functionality to show/hide the chatbot

Approved-by: Linus Flood
This commit is contained in:
Erik Tiekstra
2025-10-16 10:59:47 +00:00
parent 69a1b5f213
commit 800df0ade9
13 changed files with 147 additions and 72 deletions

View File

@@ -5,7 +5,7 @@
}
/* Make sure Date Picker is placed on top of other sticky/fixed components */
.wrapper:has([data-isopen="true"]) {
.wrapper:has([data-datepicker-open="true"]) {
z-index: 100;
}
@@ -36,11 +36,11 @@
}
}
.wrapper[data-open="true"] {
.wrapper[data-booking-widget-open="true"] {
z-index: var(--booking-widget-open-z-index);
}
.wrapper[data-open="true"] .formContainer {
.wrapper[data-booking-widget-open="true"] .formContainer {
left: 0;
bottom: 0;
}
@@ -53,7 +53,7 @@
padding: 0;
}
.wrapper[data-open="true"] + .backdrop {
.wrapper[data-booking-widget-open="true"] + .backdrop {
background-color: rgba(0, 0, 0, 0.4);
height: 100%;
left: 0;