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

[BUG] Navbar hidden when toggled on medium screen size #10332

Open
1 task done
vneogi199 opened this issue Apr 11, 2024 · 3 comments · May be fixed by #10357
Open
1 task done

[BUG] Navbar hidden when toggled on medium screen size #10332

vneogi199 opened this issue Apr 11, 2024 · 3 comments · May be fixed by #10357
Assignees
Labels
🛠 goal: fix undefined 🏁 status: ready for dev You can asked for this issue to be assigned (if not already assigned)

Comments

@vneogi199
Copy link

Has this bug been raised before?

  • I have checked "open" AND "closed" issues and this is not a duplicate

Where did you find this bug?

production

Version of BioDrop (for example "v1.2.3")

v2.100.2

Description

When the screen width is medium (768px to 1023px) on toggling the Navbar header, the contents are not visible.

Steps to Reproduce

  1. Go to https://www.biodrop.io/
  2. Change window size to medium (between 768px to 1023px)
  3. Click the drawer icon on the Navbar to expand the contents of Navbar
  4. The contents do not show up

(the contents do show up for small or large screen sizes)

Screenshots

image

Do you want to work on this issue?

Yes

If "yes" to above, please explain how you would technically implement this

md:hidden class is applied which causes it to be hidden. Removing the class fixes the issue.

Screenshot 2024-04-12 at 12 54 04 AM
@vneogi199 vneogi199 added 🚦 status: awaiting triage Waiting for maintainers to verify (please do not start work on this yet) 🛠 goal: fix undefined labels Apr 11, 2024
Copy link
Contributor

To reduce notifications, issues are locked until they are 🏁 status: ready for dev You can asked for this issue to be assigned (if not already assigned) and to be assigned. You can learn more in our contributing guide https://github.com/EddieHubCommunity/BioDrop/blob/main/CONTRIBUTING.md

@github-actions github-actions bot locked and limited conversation to collaborators Apr 11, 2024
@amandamartin-dev
Copy link
Contributor

Good catch - it appears there is a display:none on the menu for that viewport. You have asked to work on this so I will assing you. If you are no longer able to please let us know so someoe else can work on it

@amandamartin-dev amandamartin-dev added 🏁 status: ready for dev You can asked for this issue to be assigned (if not already assigned) and removed 🚦 status: awaiting triage Waiting for maintainers to verify (please do not start work on this yet) labels Apr 29, 2024
@github-actions github-actions bot unlocked this conversation Apr 29, 2024
Copy link
Contributor

The issue has been unlocked and is now ready for dev. If you would like to work on this issue, you can comment to have it assigned to you. You can learn more in our contributing guide https://github.com/EddieHubCommunity/BioDrop/blob/main/CONTRIBUTING.md

@vneogi199 vneogi199 linked a pull request Apr 30, 2024 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🛠 goal: fix undefined 🏁 status: ready for dev You can asked for this issue to be assigned (if not already assigned)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants