Skip to content

Commit

Permalink
Refactor #1731
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Dec 25, 2020
1 parent ea55847 commit c3fd7b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/confirmpopup/ConfirmPopup.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.p-confirm-popup {
position: absolute;
top: 0;
left: 0;
top: 50%;
left: 50%;
margin-top: 10px;
}

Expand Down

0 comments on commit c3fd7b5

Please sign in to comment.