1
0
Fork 0
docsearch/packages
Xavier Ruiz fe03b8e04e
fix: size and background scroll fixes (#2603)
* fix(docsearch-css): use correct size and position

`position: absolute` makes the element absolute relative to its parent
If the parent is not sized/positioned as desired, then the children
suffer. `position: fixed` makes this element no longer depend on parent
positioning.

The height units are changed to more reliable/modern units to get the
desired behavior.

* fix(docksearch-css): prevent mobile body scrolling

On initial modal open, the body is scrollable. Prevent this as suggested
on SO

---------

Co-authored-by: Dylan Tientcheu <dylantientcheu@gmail.com>
2025-06-25 09:21:13 -04:00
..
docsearch-css fix: size and background scroll fixes (#2603) 2025-06-25 09:21:13 -04:00
docsearch-js chore(deps): replace yarn watch with nodemon (#2565) 2025-04-14 23:58:15 +03:00
docsearch-react feat(a11y): add aria-keyshortcuts to search button (#2365) 2025-04-18 08:31:24 +02:00
website fix: recaptcha import (#2621) 2025-06-06 12:33:55 -04:00