We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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; }
This issue can be solved by adding the following to metacatui.css under the heading /* Logged-in view and user controls in navbar */
metacatui.css
/* 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)
The text was updated successfully, but these errors were encountered:
iannesbitt
No branches or pull requests
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:
Originally posted by @iannesbitt in NCEAS/metacatui#1978 (comment)
The text was updated successfully, but these errors were encountered: