Skip to content

Commit

Permalink
fix: add z-index to dialog content and overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
tigranpetrossian committed Jun 24, 2024
1 parent 1807ba7 commit a4421c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions figma-kit/src/components/dialog.base/dialog.base.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
box-shadow: var(--elevation-500);
overflow-y: auto;
outline: 0;
z-index: 1;
}

.fp-DialogBaseHeader {
Expand Down Expand Up @@ -56,4 +57,5 @@
position: fixed;
inset: 0;
background-color: var(--color-dialog-overlay);
z-index: 1;
}

0 comments on commit a4421c6

Please sign in to comment.