Skip to content

Commit cab0f46

Browse files
committed
Temp hack to push popover into the background
1 parent 3b27358 commit cab0f46

File tree

1 file changed

+6
-0
lines changed
  • packages/block-editor/src/components/global-styles

1 file changed

+6
-0
lines changed

packages/block-editor/src/components/global-styles/style.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,3 +199,9 @@
199199
width: 0;
200200
position: absolute;
201201
}
202+
203+
// Hack to push into background when the media modal is open.
204+
// @TODO how to target the background panel specifically?
205+
.modal-open .components-dropdown__content {
206+
z-index: 100000;
207+
}

0 commit comments

Comments
 (0)