Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Mobile and tablet devices' menu not working #58

Closed
niccolomineo opened this issue Jun 12, 2014 · 2 comments
Closed

Mobile and tablet devices' menu not working #58

niccolomineo opened this issue Jun 12, 2014 · 2 comments

Comments

@niccolomineo
Copy link

Hi, the admin bar in the smallest devices overlaps the mobile menu.

http://bit.ly/1kQqYG0

@niccolomineo
Copy link
Author

Fixed by applying an !important declaration to the position fixed attribute within the wpadminbar selector:

#wpadminbar {
position: fixed !important;
}

@olefredrik
Copy link
Owner

Thanks! Fixed 4836dca

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

No branches or pull requests

2 participants