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:
@@ -115,13 +115,13 @@
|
||||
grid-area: content;
|
||||
overflow-y: scroll;
|
||||
scroll-snap-type: y mandatory;
|
||||
padding-bottom: calc(120px + var(--Space-x2));
|
||||
padding-bottom: calc(var(--sticky-button-height) + var(--Space-x4));
|
||||
}
|
||||
|
||||
.header {
|
||||
display: grid;
|
||||
grid-area: header;
|
||||
padding: var(--Space-x3) var(--Space-x2) 0;
|
||||
padding: 0 var(--Space-x2) 0;
|
||||
}
|
||||
|
||||
.close {
|
||||
|
||||
Reference in New Issue
Block a user