Skip to content

Commit

Permalink
delete-button & menu tag z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
olafswan committed Oct 2, 2023
1 parent e9174d1 commit 5ca7901
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ h1 {
}

.search-bar .delete-button i {
position: absolute;
right: 45px;
font-size: 0.8rem;
color: rgb(187, 187, 187);
cursor: pointer;
Expand Down Expand Up @@ -161,6 +163,7 @@ main {
background-color: #fff;
padding: 8px;
border-radius: 5px;
z-index: 1;
}

.close {
Expand Down

0 comments on commit 5ca7901

Please sign in to comment.