Skip to content
This repository has been archived by the owner on Mar 26, 2019. It is now read-only.

Commit

Permalink
Merge pull request #108 from OfficeDev/leddie24/fix-dialog-position
Browse files Browse the repository at this point in the history
Change dialog position from absolute to fixed
  • Loading branch information
leddie24 authored Sep 7, 2016
2 parents 2e92f7c + 48b38a3 commit b128d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Dialog/Dialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
max-width: 340px;
padding: 28px 24px;
z-index: $ms-zIndex-front;
position: absolute;
position: fixed;
transform: translate(-50%, -50%);
left: 50%;
top: 50%;
Expand Down

0 comments on commit b128d24

Please sign in to comment.