Merged in fix/book-769-booking-widget-ui-bugs (pull request #3524)
Fix/book 769 booking widget ui bugs * fixed text in serachList not wrapping properly * fixed spacing on mobile searchList * fixed close button icon color * fix for issues with fixed vs sticky elements on scroll lock Approved-by: Linus Flood
This commit is contained in:
@@ -88,6 +88,12 @@ body:has([data-booking-widget-open="true"]) #kindly-chat-api {
|
||||
z-index: -1 !important;
|
||||
}
|
||||
|
||||
/* When a select in the booking widget is open, react-aria sets overflow:hidden
|
||||
which breaks sticky positioning. Override with clip which doesn't break sticky. */
|
||||
body:has([data-booking-widget-open] [data-open]) {
|
||||
overflow: clip !important;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
:root {
|
||||
--max-width-single-spacing: var(--Layout-Tablet-Margin-Margin-min);
|
||||
|
||||
Reference in New Issue
Block a user