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

View: My Access tab needs background color - not visitable when screen is smaller #3053

Closed
kimwhite opened this issue Jul 10, 2024 · 2 comments

Comments

@kimwhite
Copy link
Contributor

Describe the bug
When a screen is smaller and the admin bar "View As" bar is not viewable to when on the "View:My Access" page as it has no set background color like the other views.

To Reproduce
Steps to reproduce the behavior:

  1. Go to a page on the site.
  2. Select View: My Access
  3. Shrink screen so admin bar has to wrap
  4. Can't see View:My Access Tab

Screenshots
If applicable, please attach a screenshot to make your issue clearer.
Screenshot 2024-07-10 at 4 10 20 PM

Expected behavior
To see the tab

@kimwhite
Copy link
Contributor Author

Temp fix with custom CSS.
#wpadminbar span.pmpro_admin-view.pmpro_admin-view-current {
background-color: rebeccapurple;
}

@kimcoleman
Copy link
Member

I am on the fence on us fixing this. It's really a WP problem in general - smaller screens also wrap the "username".

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

No branches or pull requests

3 participants