Skip to content

Commit

Permalink
z index adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
handh1212 committed Dec 1, 2023
1 parent 75bfc5d commit 818c988
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/static/css/homepage.css
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ tr:nth-child(even) {
}

.wrapper {
z-index:10;
z-index:101;
margin: 70px auto;
padding: 20px;
background: #e7e7e7;
Expand Down Expand Up @@ -181,7 +181,7 @@ tr:nth-child(even) {
}

.popupContent {
z-index:11;
z-index:101;
margin-bottom: 20px;
border-radius: 5px;
background-color: #e7e7e7;
Expand Down

0 comments on commit 818c988

Please sign in to comment.