fix(modal.css): styles to handle cases when close button appears over modal contents

This commit is contained in:
Cory Dransfeldt 2025-04-12 20:35:35 -07:00
parent 754f06f516
commit 76e486fb8b
No known key found for this signature in database
3 changed files with 13 additions and 10 deletions

View file

@ -98,8 +98,11 @@ dialog,
.modal-close {
position: sticky;
z-index: 6;
top: 0;
left: var(--sizing-full);
background: var(--background-color);
border-radius: var(--border-radius-full);
}
}