Skip to content

Commit

Permalink
Removes absolute position for the appender
Browse files Browse the repository at this point in the history
  • Loading branch information
javierarce committed Aug 23, 2022
1 parent dc2ba4b commit 7dc0b16
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/block-library/src/navigation-link/editor.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/**
* Appender
*/

.wp-block-navigation .block-list-appender {
position: relative;
}

/**
* Submenus.
*/
Expand Down

0 comments on commit 7dc0b16

Please sign in to comment.