[wp-meta] [Making WordPress.org] #6962: Menu overflow issue in responsive design.
Making WordPress.org
noreply at wordpress.org
Fri Apr 28 09:05:17 UTC 2023
#6962: Menu overflow issue in responsive design.
-----------------------------------------+---------------------
Reporter: baroliyamayur | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone:
Component: WordPress.org Site | Resolution:
Keywords: needs-patch has-screenshots |
-----------------------------------------+---------------------
Comment (by nidhidhandhukiya):
The solution given by @baroliyamayur is working.
I have add few more lines of css to make the position of dropdown close as
same as the open arrrow of dropdown.
{{{
.is-sticky .is-style-dropdown-on-mobile .wp-block-navigation__responsive-
container.is-menu-open{
margin-top: 20px;
}
.is-sticky .is-style-dropdown-on-mobile .wp-block-navigation__responsive-
container.is-menu-open .wp-block-navigation__responsive-container-close {
top: -12px;
}
}}}
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/6962#comment:2>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list