Skip to content

Commit

Permalink
* modal: change z-index of modal header.
Browse files Browse the repository at this point in the history
  • Loading branch information
catouse committed Jun 13, 2024
1 parent d1588c4 commit 810d6ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modal/src/style/modal-header.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
}

.modal-actions {
@apply -absolute -right-3 -top-3 -z-10;
@apply -absolute -right-3 -top-3 -z-[15];
}

0 comments on commit 810d6ed

Please sign in to comment.