#6096 closed defect (bug) (fixed)
In meta module pages the hamburger menu is not proper.
Reported by: | smit08 | Owned by: | ryelle |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Handbooks | Keywords: | has-patch needs-testing |
Cc: |
Description
In meta module pages like meta handbook, meta trac, meta projects etc. The hamburger menu is not proper. It's in fixed position so floating all over the page. And due to that not able to view all the hamburger menu items.
Attachments (3)
Change History (9)
@
3 years ago
Hamburger menu start visible at 876px and below. I have added the css for 876px and below.
#3
@
3 years ago
- Component changed from General to Handbooks
- Milestone Plugin Directory v3 - Future deleted
Page in question: https://make.wordpress.org/meta/handbook/
Instead of using px offsets though, we should use the headers CSS variables it offers to detect the offset (It updates them with the various header sizes)
Note: See
TracTickets for help on using
tickets.
The burger menu is now visible in the smaller screens previously it goes behind the main header.