bcgov / bcdevexchange

Code for the BCDevExchange website
https://bcdevexchange.org
Apache License 2.0
3 stars 0 forks source link

Navbar expand/collapse behavior #49

Closed mark-a-wilson closed 4 years ago

mark-a-wilson commented 4 years ago

At some screen resolutions, when the hamburger toggler is invoked, the nav menu expands horizontally across the navbar instead of below the navbar.

See screen demo: https://drive.google.com/open?id=1ZvzlutGV7zGbuCiOSRzXJKTzNuafwjMB

Please fix this so that in all cases when the hamburger toggler is present, the nav menu expands/collapses underneath.

mark-a-wilson commented 4 years ago

PR has been submitted to fix this issue: https://github.com/bcgov/bcdevexchange/pull/52

mark-a-wilson commented 4 years ago

PR merged into develop - https://github.com/bcgov/bcdevexchange/commit/9c3cb7f3ef3f24de699176e90c54810dbac760af. This should be resolved now.