Skip to content

Commit 246ba1b

Browse files
author
Your Name
committed
fix: resolve modal-close-button
1 parent 02131ee commit 246ba1b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

web-app/css/styles.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1978,10 +1978,11 @@ body {
19781978
margin: auto;
19791979
}
19801980

1981-
.modal-close {
1981+
..modal-close {
19821982
position: absolute;
19831983
top: 1rem;
19841984
right: 1rem;
1985+
z-index: 10001;
19851986
background: var(--danger-color);
19861987
color: var(--on-accent);
19871988
border: none;

0 commit comments

Comments
 (0)