This repository was archived by the owner on Aug 7, 2024. It is now read-only.
This repository was archived by the owner on Aug 7, 2024. It is now read-only.
[BUG] Navbar hidden when toggled on medium screen size #10332
Closed
Description
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
- Go to https://www.biodrop.io/
- Change window size to medium (between 768px to 1023px)
- Click the drawer icon on the Navbar to expand the contents of Navbar
- The contents do not show up
(the contents do show up for small or large screen sizes)
Screenshots

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.
