Skip to content

Commit

Permalink
Temp hack to push popover into the background
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd committed Jun 25, 2024
1 parent 3b27358 commit cab0f46
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/block-editor/src/components/global-styles/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -199,3 +199,9 @@
width: 0;
position: absolute;
}

// Hack to push into background when the media modal is open.
// @TODO how to target the background panel specifically?
.modal-open .components-dropdown__content {
z-index: 100000;
}

0 comments on commit cab0f46

Please sign in to comment.