Skip to content

Commit

Permalink
Merge pull request #1144 from flexion/1140-modal-position
Browse files Browse the repository at this point in the history
1140: reposition ‘create message’ modal
  • Loading branch information
kkoskelin authored Mar 18, 2019
2 parents 0e64db5 + 91e7c29 commit 6a9f81e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions web-client/src/styles/modals.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.modal-screen {
position: fixed;
z-index: 100;
z-index: 9500;
top: 0;
right: 0;
bottom: 0;
Expand All @@ -15,8 +15,9 @@

@media only screen and (min-width: $medium-screen) {
.modal-dialog {
top: 25%;
top: 50%;
width: 500px;
transform: translateY(-50%);
}
}

Expand Down

0 comments on commit 6a9f81e

Please sign in to comment.