Merged in fix/book-149-datepicker-overflowing (pull request #3433)
Fix/optimizations and cleanup of booking widget * fix(BOOK-149):fixed issue with datepicker overflowing on months spanning more weeks * fix(BOOK-149): added smooth scroll to age selector to avoid clipping the selector * cleanup in trigger and css * update to new Button componenet to fix missing focus indicator * included color token in triggerbutton class instead Approved-by: Bianca Widstam Approved-by: Erik Tiekstra
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
box-shadow: var(--popup-box-shadow);
|
||||
padding: var(--Space-x2) var(--Space-x3);
|
||||
max-width: calc(100vw - 20px);
|
||||
max-height: 440px;
|
||||
min-height: 440px;
|
||||
top: calc(100% + 36px);
|
||||
left: auto;
|
||||
right: auto;
|
||||
|
||||
Reference in New Issue
Block a user