Skip to content

Commit

Permalink
MINOR: Modal response not covering modal properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Edwards committed Apr 16, 2018
1 parent e61c429 commit 9fc05e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/dist/styles/bundle.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions client/src/components/Modal/Modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@

.modal__response {
position: absolute;
top: 0;
bottom: 0;
left: 0;
height: calc(100% + #{$toolbar-total-height});
Expand Down

0 comments on commit 9fc05e3

Please sign in to comment.