fix(modal.css): styles to handle cases when close button appears over modal contents
This commit is contained in:
parent
754f06f516
commit
76e486fb8b
3 changed files with 13 additions and 10 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue