mirror of
git://develop.git.wordpress.org/
synced 2025-03-20 12:00:03 +01:00
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
This commit is contained in:
parent
ac7045cedf
commit
802e069d05
@ -340,6 +340,12 @@ pre.wp-block-code {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
/* Navigation */
|
||||
|
||||
.site-content .wp-block-navigation {
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------
|
||||
5.0 Blocks - Widgets
|
||||
--------------------------------------------------------------*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user