-
Notifications
You must be signed in to change notification settings - Fork 2.7k
V3 - Resizing to mobile makes the username hover in the middle of the page #7045
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
Comments
I'm not able to reproduce this. What browser are you using? |
Edge 92.0.902.78 Seems the username should fit on the side menu, it doesnt look like it is hidden with it, it slides into the menu when that is expanded. Example, it appears under a device, and then follows it to other pages after, such as Devices and the main page.: https://beta-demo.netbox.dev/dcim/devices/14/ To reproduce under Edge:
|
With Google Chrome on Mobile Devices also available. |
My guess: This occurs because there is a separate div for the profile-button-container, and not nested under the sidenav div. netbox/project-static/src/sidenav.ts does not select the profile-button-container to hide. |
NetBox version
v3.0-beta2
Python version
3.8
Steps to Reproduce
Expected Behavior
Resizing should put the username in a logical box thats likely hidden at all times unless navigated to or expanded on.
Observed Behavior
Username and a small triangle floats in the middle of the content area on the left side.
The text was updated successfully, but these errors were encountered: