docusaurus
docusaurus copied to clipboard
Algolia mobile search modal responsiveness
Have you read the Contributing Guidelines on issues?
- [X] I have read the Contributing Guidelines on issues.
Description
The Algolia mobile search modal does not account for scrolling.
Video:
https://user-images.githubusercontent.com/55665282/181079882-c0864d11-894a-48c9-8dec-3503b7b83321.mov
I believe that this css needs to be added to fix this:
@media (max-width: 750px) {
.DocSearch-Container {
position: fixed !important;
}
}
Can reproduce this...
@Josh-Cena I would like to work on this issue if no one else has already taken it up. Thanks!
@noobyogi0010 Sure, just go ahead.
Hey @noobyogi0010, are you working on this issue? If not I will pick up this issue.
Hey @yzhe819 I'm working on it. I'm really close to solving it. It'll be done in a day.
Can't reproduce it anymore