Skip to content

Commit 802e069

Browse files
committed
Twenty Twelve: Fixes navigation block submenus being cut off.
The navigation block submenus were being cut off. This is the simpler method proposed in patches. Props poena, sabernhardt. Fixes #61672. git-svn-id: https://develop.svn.wordpress.org/trunk@58887 602fd350-edb4-49c9-b593-d223f7449a82
1 parent ac7045c commit 802e069

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/wp-content/themes/twentytwelve/css/blocks.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,12 @@ pre.wp-block-code {
340340
margin-bottom: 0;
341341
}
342342

343+
/* Navigation */
344+
345+
.site-content .wp-block-navigation {
346+
overflow: visible;
347+
}
348+
343349
/*--------------------------------------------------------------
344350
5.0 Blocks - Widgets
345351
--------------------------------------------------------------*/

0 commit comments

Comments
 (0)