docusaurus icon indicating copy to clipboard operation
docusaurus copied to clipboard

Algolia mobile search modal responsiveness

Open Etesam913 opened this issue 2 years ago • 5 comments

Have you 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;
  }
}

Etesam913 avatar Jul 26 '22 18:07 Etesam913

Can reproduce this...

Josh-Cena avatar Jul 27 '22 05:07 Josh-Cena

@Josh-Cena I would like to work on this issue if no one else has already taken it up. Thanks!

noobyogi0010 avatar Jul 30 '22 07:07 noobyogi0010

@noobyogi0010 Sure, just go ahead.

Josh-Cena avatar Jul 30 '22 07:07 Josh-Cena

Hey @noobyogi0010, are you working on this issue? If not I will pick up this issue.

yzhe819 avatar Aug 09 '22 05:08 yzhe819

Hey @yzhe819 I'm working on it. I'm really close to solving it. It'll be done in a day.

noobyogi0010 avatar Aug 09 '22 07:08 noobyogi0010

Can't reproduce it anymore

slorber avatar Sep 25 '23 16:09 slorber