Merged in fix/bw-fixes (pull request #3481)
Fix/bw fixes * fix(bookingwidget): fixed some mobile issues with the booking widget * fixed dual scroll and hidden button in mobile guests & rooms picker * fixed button colors * fixed mobile search button position * Remove scroll lock
This commit is contained in:
@@ -40,11 +40,10 @@
|
||||
gap: var(--Space-x3);
|
||||
height: calc(100dvh - max(var(--sitewide-alert-sticky-height), 20px));
|
||||
width: 100%;
|
||||
padding: var(--Space-x3) var(--Space-x2);
|
||||
padding: var(--Space-x3) var(--Space-x2) 0;
|
||||
position: fixed;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
overflow-y: auto;
|
||||
transform: translateY(100%);
|
||||
transition: transform 300ms ease;
|
||||
visibility: hidden;
|
||||
|
||||
Reference in New Issue
Block a user