feat(BOOK-67): Added functionality to show/hide the chatbot
Approved-by: Linus Flood
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user