Link popover appears "above" modals #29158
Labels
[Feature] UI Components
Impacts or related to the UI component system
[Type] Bug
An existing feature does not function as intended
z-index
Discussions related to CSS z-index stacking.
If you click a link in a paragraph, a little popover appears that displays the link's URL and an button to edit the link. While this popover is open, you can then also open a modal. When both a popover and a modal are displayed at the same time, their z-index conflicts:
This is because both the popover and modal components have the same z-index of 1000000:
I suggest we update the z-index for the modal component (found here:
gutenberg/packages/base-styles/_z-index.scss
Line 122 in 6b89639
The text was updated successfully, but these errors were encountered: