[wp-trac] [WordPress Trac] #61672: Twenty Twelve: navigation block submenus are cut off
WordPress Trac
noreply at wordpress.org
Wed Jul 17 08:08:32 UTC 2024
#61672: Twenty Twelve: navigation block submenus are cut off
---------------------------+------------------------------
Reporter: poena | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Bundled Theme | Version:
Severity: normal | Resolution:
Keywords: | Focuses:
---------------------------+------------------------------
Description changed by poena:
Old description:
> When adding a navigation block that has a submenu to a post, page or
> widget, the submenus are visibly cut off on the front of the site.
> I am only able to see and select part of the first level of submenus, the
> rest are hidden.
>
> The navigation block is affected both by theme styles for the
> {{{div}}} element
> https://core.trac.wordpress.org/browser/branches/6.6/src/wp-
> content/themes/twentytwelve/style.css#L58
>
> and {{{.site-content nav}}}
> https://core.trac.wordpress.org/browser/branches/6.6/src/wp-
> content/themes/twentytwelve/style.css#L421
>
> {{{
> .site-content nav {
> clear: both;
> line-height: 2;
> overflow: hidden;
> }
> }}}
>
> If I remove the overflow:hidden, the navigation block works.
New description:
When adding a navigation block that has a submenu to a post or page, the
submenus are visibly cut off on the front of the site.
I am only able to see and select part of the first level of submenus, the
rest are hidden.
The navigation block is affected both by theme styles for the
{{{div}}} element https://core.trac.wordpress.org/browser/branches/6.6/src
/wp-content/themes/twentytwelve/style.css#L58
and {{{.site-content nav}}}
https://core.trac.wordpress.org/browser/branches/6.6/src/wp-
content/themes/twentytwelve/style.css#L421
{{{
.site-content nav {
clear: both;
line-height: 2;
overflow: hidden;
}
}}}
If I remove the overflow:hidden, the navigation block works.
--
--
Ticket URL: <https://core.trac.wordpress.org/ticket/61672#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list