Skip to content

Commit

Permalink
Merge pull request silverstripe#488 from open-sausages/pulls/1/add-to…
Browse files Browse the repository at this point in the history
…-cam-pain

MINOR: Modal response not covering modal properly
  • Loading branch information
dhensby committed Apr 16, 2018
2 parents e61c429 + 9fc05e3 commit f68fcf2
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 f68fcf2

Please sign in to comment.