Skip to content

Commit

Permalink
fix: 15816 - Overflow Menu Item appear behind modal popup (#15889)
Browse files Browse the repository at this point in the history
Co-authored-by: TJ Egan <tw15egan@gmail.com>
  • Loading branch information
preetibansalui and tw15egan committed Mar 6, 2024
1 parent 6bd58e6 commit 7caa384
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/styles/scss/components/modal/_modal.scss
Expand Up @@ -439,7 +439,8 @@
.#{$prefix}--body--with-modal-open .#{$prefix}--modal .#{$prefix}--tooltip,
.#{$prefix}--body--with-modal-open
.#{$prefix}--modal
.#{$prefix}--overflow-menu-options {
.#{$prefix}--overflow-menu-options,
.#{$prefix}--body--with-modal-open .#{$prefix}--overflow-menu-options {
z-index: z('modal');
}

Expand Down

0 comments on commit 7caa384

Please sign in to comment.