Skip to content

Commit

Permalink
Merge branch 'main' into fix-12117
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Oct 6, 2022
2 parents f4f6046 + c3df5e1 commit ca54f6f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/styles/scss/components/modal/_modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -378,8 +378,10 @@
overflow: hidden;
}

.#{$prefix}--body--with-modal-open .#{$prefix}--tooltip,
.#{$prefix}--body--with-modal-open .#{$prefix}--overflow-menu-options {
.#{$prefix}--body--with-modal-open .#{$prefix}--modal .#{$prefix}--tooltip,
.#{$prefix}--body--with-modal-open
.#{$prefix}--modal
.#{$prefix}--overflow-menu-options {
z-index: z('modal');
}

Expand Down

0 comments on commit ca54f6f

Please sign in to comment.