Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

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

Closed
1 task done
vneogi199 opened this issue Apr 11, 2024 · 4 comments · Fixed by #10357
Closed
1 task done

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

vneogi199 opened this issue Apr 11, 2024 · 4 comments · 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

@eddiejaoude
Copy link
Member

eddiejaoude commented Jun 8, 2024

PR merged

ℹ️ eddiejaoude has some opened assigned issues: 🔧View assigned issues

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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.

3 participants