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

Hidden admin menu elements still accessible #1955

Closed
bull5-i opened this issue Oct 9, 2014 · 0 comments
Closed

Hidden admin menu elements still accessible #1955

bull5-i opened this issue Oct 9, 2014 · 0 comments

Comments

@bull5-i
Copy link

bull5-i commented Oct 9, 2014

When viewport width is less than 767 pixels, the admin menu automatically hides. This is done by setting the #column-left div opacity to 0, however all buttons are still accessible, although not visible.
For example the dashboard menu item will overlay roughly the first two characters of the page title, so when clicked on that location it would take you to the dashboard page. This should not happen when the menu is hidden.

Fix: Additional CSS display:none property should be added when hiding the menu so the menu elements would not be accessible when invisible.

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

2 participants