Skip to content

Commit

Permalink
Fix popover stacking in the widgets editor (#44282)
Browse files Browse the repository at this point in the history
  • Loading branch information
talldan authored and ockham committed Sep 26, 2022
1 parent 3101140 commit ffb12b7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
z-index: z-index(".customize-widgets__block-toolbar");
}

.customize-widgets-popover .components-popover {
.customize-widgets-popover .components-popover,
.customize-control-sidebar_block_editor .components-popover {
// FloatingUI library used in Popover component forces us to have an "absolute" inline style.
// We need to override this in the customizer.
position: fixed !important;
Expand Down

0 comments on commit ffb12b7

Please sign in to comment.