Skip to content

Commit

Permalink
fixed overlay position + btn height
Browse files Browse the repository at this point in the history
  • Loading branch information
christophery committed Jul 16, 2019
1 parent 150185a commit 7e1fc7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions css/good-share.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

.good-share-modal{
display: none;
position: absolute;
position: fixed;
top: 50%;
left: 50%;
width: 90%;
Expand All @@ -25,7 +25,7 @@

/* Overlay */
.good-share-overlay{
position: absolute;
position: fixed;
top: 0;
width: 100%;
height: 100%;
Expand Down Expand Up @@ -85,6 +85,7 @@
display: flex;
align-items: center;
justify-content: center;
height: 42px;
background: transparent;
border: 1px solid #848484;
border-radius: 3px;
Expand Down
2 changes: 1 addition & 1 deletion dist/good-share.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7e1fc7e

Please sign in to comment.