Merged in fix/BOOK-111-bookingwidget-scrollable-zoom (pull request #3017)
fix(BOOK-111): make bookingwidget scrollable for zoomed in accessibility * fix(BOOK-111): make bookingwidget scrollable for zoomed in accessibility * fix(BOOK-111): dont scroll bookingwidget if searchlist is open Approved-by: Erik Tiekstra
This commit is contained in:
@@ -117,7 +117,10 @@ export function Search({
|
||||
openMenu,
|
||||
selectHighlightedItem,
|
||||
}) => (
|
||||
<div className={searchContainerVariants({ variant })}>
|
||||
<div
|
||||
className={searchContainerVariants({ variant })}
|
||||
data-searchlist-open={isOpen}
|
||||
>
|
||||
<div className={styles.inputContainer}>
|
||||
<label
|
||||
{...getLabelProps({
|
||||
|
||||
Reference in New Issue
Block a user