[wp-trac] [WordPress Trac] #33708: Dashboard Menu is breaking
WordPress Trac
noreply at wordpress.org
Thu Sep 3 14:37:11 UTC 2015
#33708: Dashboard Menu is breaking
--------------------------+-----------------------------
Reporter: hipihipiurra | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 4.3
Severity: normal | Keywords:
Focuses: |
--------------------------+-----------------------------
What steps should be taken to consistently reproduce the problem?
- The dashboard menu is weird. If you hover the link, the other links also
unconfigures.
See below:
https://drive.google.com/file/d/0B0LdUlqwW_N8QU9FbEhoYlhrSXc/view?usp=sharing
Does the problem occur even when you deactivate all plugins and use the
default theme?
- Yes.
The solution
- Add an atribute overflow:hidden to the class of the item list.
{{{
#adminmenu li.menu-top {
border: none;
min-height: 34px;
position: relative;
overflow: hidden;
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/33708>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list