Skip to content

Commit

Permalink
Swap to CSS grid for position middle (#556)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissainty authored Feb 20, 2024
1 parent f277b1c commit 953eaa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Blazored.Modal/BlazoredModalInstance.razor.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@
}

.position-middle {
display: flex;
flex-direction: column;
display: grid;
justify-content: center;
align-items: center;
}

.fade-in {
Expand Down

0 comments on commit 953eaa0

Please sign in to comment.