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

Implement fix for logged in user menu positioning in default theme #28

Open
iannesbitt opened this issue May 3, 2024 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@iannesbitt
Copy link
Collaborator

Fix for NCEAS/metacatui#1978 works well in both DRP and Smithsonian themes. I will add this to the default theme. OP re: fix is reproduced below:

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;
    }

Originally posted by @iannesbitt in NCEAS/metacatui#1978 (comment)

@iannesbitt iannesbitt added the bug Something isn't working label May 3, 2024
@iannesbitt iannesbitt self-assigned this May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant