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

User menu cut off #1978

Closed
laurenwalker opened this issue Mar 17, 2022 · 4 comments · Fixed by #2262
Closed

User menu cut off #1978

laurenwalker opened this issue Mar 17, 2022 · 4 comments · Fixed by #2262
Assignees
Labels
Milestone

Comments

@laurenwalker
Copy link
Member

The user menu is cut off on the side of the page in the default theme

Screen Shot 2022-03-17 at 9.04.33 AM.png

@laurenwalker laurenwalker self-assigned this Mar 17, 2022
@robyngit
Copy link
Member

Related: #1598

@robyngit
Copy link
Member

robyngit commented Feb 5, 2024

See NCEAS/metacatui-themes#12

@iannesbitt
Copy link
Contributor

This issue can be solved by adding the following to metacatui.css under the heading /* Logged-in view and user controls in navbar */

    /* Keep logged-in nav dropdown from going off page right */
    .navbar-inner .dropdown-menu {
        left: unset;
        right: 0;
    }

I will create a PR for this shortly.

@iannesbitt iannesbitt assigned iannesbitt and unassigned laurenwalker Feb 7, 2024
@iannesbitt iannesbitt linked a pull request Feb 7, 2024 that will close this issue
@robyngit robyngit added this to the 2.28.0 milestone Feb 8, 2024
robyngit added a commit that referenced this issue Feb 8, 2024
@robyngit robyngit closed this as completed Feb 8, 2024
ianguerin pushed a commit to ianguerin/metacatui that referenced this issue Mar 15, 2024
@iannesbitt
Copy link
Contributor

Working with the new SI theme has reminded me that this should be added to the default theme.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants