Skip to content

Commit

Permalink
Navigation: Add clearance for appender in submenus.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen committed Nov 22, 2021
1 parent abff0e0 commit 0838ca2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions packages/block-library/src/navigation/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,19 @@
}
}

// Show even when a child is selected. This is an edgecase just for navigation submenus.
.is-editing > .wp-block-navigation__submenu-container {
.block-list-appender {
position: static;
margin-left: auto;

> .block-list-appender__toggle {
display: block;
}
}
}


/**
* Colors Selector component
*/
Expand Down

0 comments on commit 0838ca2

Please sign in to comment.