Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Algolia mobile search modal responsiveness #7831

Closed
1 task done
Etesam913 opened this issue Jul 26, 2022 · 6 comments
Closed
1 task done

Algolia mobile search modal responsiveness #7831

Etesam913 opened this issue Jul 26, 2022 · 6 comments
Labels
bug An error in the Docusaurus core causing instability or issues with its execution closed: can't repro This bug is because of some local setup that can't be reproduced.

Comments

@Etesam913
Copy link

Etesam913 commented Jul 26, 2022

Have you read the Contributing Guidelines on issues?

Description

The Algolia mobile search modal does not account for scrolling.

Video:

docusaurus.mov

I believe that this css needs to be added to fix this:

@media (max-width: 750px) {
  .DocSearch-Container {
      position: fixed !important;
  }
}
@Etesam913 Etesam913 added documentation The issue is related to the documentation of Docusaurus status: needs triage This issue has not been triaged by maintainers labels Jul 26, 2022
@Josh-Cena Josh-Cena added bug An error in the Docusaurus core causing instability or issues with its execution and removed documentation The issue is related to the documentation of Docusaurus status: needs triage This issue has not been triaged by maintainers labels Jul 27, 2022
@Josh-Cena
Copy link
Collaborator

Can reproduce this...

@Josh-Cena Josh-Cena changed the title Algolia mobile search modal is bugged Algolia mobile search modal responsiveness Jul 27, 2022
@noobyogi0010
Copy link

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

@Josh-Cena
Copy link
Collaborator

@noobyogi0010 Sure, just go ahead.

@yzhe819
Copy link
Contributor

yzhe819 commented Aug 9, 2022

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

@noobyogi0010
Copy link

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

@slorber
Copy link
Collaborator

slorber commented Sep 25, 2023

Can't reproduce it anymore

@slorber slorber closed this as not planned Won't fix, can't repro, duplicate, stale Sep 25, 2023
@slorber slorber added the closed: can't repro This bug is because of some local setup that can't be reproduced. label Sep 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An error in the Docusaurus core causing instability or issues with its execution closed: can't repro This bug is because of some local setup that can't be reproduced.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants