Skip to content

Commit

Permalink
style: render notecard lines (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinWu098 authored Mar 31, 2024
1 parent b73b5c5 commit 57dff5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@

background-color: #8ebbdc;
opacity: 30%;

z-index: -10;
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@
.popupContainer {
display: flex;
flex-direction: column;
position: relative;
z-index: 1;

margin: 0 2rem 2rem;
width: fit-content;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,4 @@
max-width: 700px;
}
}
}
}

0 comments on commit 57dff5c

Please sign in to comment.