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:
Matilda Haneling
2026-02-02 10:26:48 +00:00
parent 61c024dbda
commit e30ce9ac30
7 changed files with 50 additions and 15 deletions

View File

@@ -9,7 +9,7 @@
overflow-y: auto;
padding: var(--Space-x2) var(--Space-x3);
position: fixed;
top: calc(140px + max(var(--sitewide-alert-sticky-height), 25px));
top: calc(140px + max(var(--sitewide-alert-sticky-height), 15px));
width: 100%;
height: calc(100% - 200px);
z-index: 10010;

View File

@@ -33,6 +33,7 @@
.text {
padding: 0 var(--Space-x1);
white-space: normal;
}
.textPlaceholderColor {
color: var(--UI-Text-Placeholder);