Skip to content

Commit

Permalink
fix3
Browse files Browse the repository at this point in the history
  • Loading branch information
handh1212 committed Dec 1, 2023
1 parent 33391ce commit 75bfc5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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:100;
z-index:10;
margin: 70px auto;
padding: 20px;
background: #e7e7e7;
Expand Down Expand Up @@ -181,6 +181,7 @@ tr:nth-child(even) {
}

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

0 comments on commit 75bfc5d

Please sign in to comment.