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:
@@ -158,6 +158,11 @@ body.partner-sas {
|
||||
white-space: nowrap;
|
||||
border-width: 0;
|
||||
}
|
||||
/* 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 {
|
||||
|
||||
Reference in New Issue
Block a user