Skip to content

Commit

Permalink
Fix bug where options are not visible when clicking replace image.
Browse files Browse the repository at this point in the history
This is a more specific approach to fixing #28604, targeting only the popover in question.
  • Loading branch information
desrosj committed Feb 17, 2021
1 parent 2ca15e8 commit 62013ab
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
padding-top: $grid-unit-20;
}

// Prevents the popover content from being scrolled out of view.
.block-editor-media-replace-flow__options .components-popover__content {
overflow-y: unset;
}

.block-editor-media-replace-flow__indicator {
margin-left: 4px;
}
Expand Down

0 comments on commit 62013ab

Please sign in to comment.