Skip to content

Commit

Permalink
fix welcome modal not center
Browse files Browse the repository at this point in the history
  • Loading branch information
iFwu committed Oct 8, 2024
1 parent bed16bc commit bd1655b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -397,9 +397,6 @@ dialog button:hover {
max-width: 90%;
width: 500px;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 1000;
background-color: white;
}
Expand Down

0 comments on commit bd1655b

Please sign in to comment.