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

UI - Navbar scroll through top-level menu in low resolution desktop screens #3114

Merged
merged 4 commits into from Jan 25, 2023

Conversation

timizuoebideri1
Copy link
Contributor

@timizuoebideri1 timizuoebideri1 commented Jan 12, 2023

Closes: #1851

What's Changed

This change was made to the CSS to fix a bug that was occurring in the navbar secondary dropdown menu on screens with a width between 780px and 1180px.

The issue was that the dropdown menu on these screens was behaving the same way as it did on larger screens, which was causing the bug.

To fix this, the changes were made to ensure that the navbar secondary dropdown menu within this screen width range now looks and behaves like a mobile view.

This was achieved by adding CSS styles that are typically used for mobile views.

Before

Screenshot 2023-01-25 at 02 14 04

After:
Screenshot 2023-01-12 at 18 28 23

TODO

  • Explanation of Change(s)
  • Added change log fragment(s) (for more information see the documentation)
  • Attached Screenshots, Payload Example
  • Unit, Integration Tests
  • Documentation Updates (when adding/changing features)
  • Example Plugin Updates (when adding/changing features)
  • Outline Remaining Work, Constraints from Design

nautobot/project-static/css/base.css Outdated Show resolved Hide resolved
nautobot/project-static/css/base.css Outdated Show resolved Hide resolved
@glennmatthews glennmatthews merged commit 1a9e8f3 into develop Jan 25, 2023
@bryanculver bryanculver deleted the nav_not_scrooling branch February 14, 2023 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UI - Unable to scroll through top-level menu in low resolution desktop screens
3 participants