Skip to content

Commit

Permalink
chore: wip position
Browse files Browse the repository at this point in the history
  • Loading branch information
pimenovoleg committed Aug 10, 2018
1 parent 7d76981 commit 5029ec5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions src/lib/modal/_modal-confirm.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@

.mc-confirm {

top: 40% !important;

.mc-modal-header {
display: none;
}
Expand Down
4 changes: 2 additions & 2 deletions src/lib/modal/modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
position: relative;
width: auto;
margin: 0 auto;
top: 100px;
top: 48px;
padding: 0 0 24px 0;

&-wrap {
Expand Down Expand Up @@ -71,7 +71,7 @@
word-wrap: break-word;

overflow-y: auto;
max-height: calc(100vh - 350px);
max-height: calc(100vh - 260px);
}

&-footer {
Expand Down

0 comments on commit 5029ec5

Please sign in to comment.