Skip to content
Merged
Prev Previous commit
Next Next commit
Ensure submenus are correctly positioned in the editor
  • Loading branch information
Ben Dwyer authored and Andrei Draganescu committed Dec 16, 2022
commit eab2170f4f94c281d32054bb401aabeb140a20bd
4 changes: 4 additions & 0 deletions packages/block-library/src/page-list/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
}
}

.wp-block-navigation .wp-block-navigation__submenu-container > .wp-block-page-list {
display: block;
}

// Make links unclickable in the editor.
.wp-block-pages-list__item__link {
pointer-events: none;
Expand Down