feat(BOOK-67): Added functionality to show/hide the chatbot
Approved-by: Linus Flood
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
.container[data-isopen="true"] .hideWrapper {
|
||||
.container[data-datepicker-open="true"] .hideWrapper {
|
||||
display: block;
|
||||
}
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
z-index: 10001;
|
||||
}
|
||||
|
||||
.container[data-isopen="true"] .hideWrapper {
|
||||
.container[data-datepicker-open="true"] .hideWrapper {
|
||||
border-radius: var(--Corner-radius-lg) var(--Corner-radius-lg) 0 0;
|
||||
top: calc(max(var(--sitewide-alert-height), 20px));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user