Skip to content

Commit

Permalink
Swap to CSS grid for position middle
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissainty committed Feb 20, 2024
1 parent f277b1c commit 32289a2
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 32289a2

Please sign in to comment.