Skip to content
This repository has been archived by the owner on Apr 18, 2018. It is now read-only.

Commit

Permalink
Merge pull request #118 from ctattory/fix-upload-body-height
Browse files Browse the repository at this point in the history
fix for upload modal running off screen
  • Loading branch information
volmer committed Jan 31, 2015
2 parents 9ab3789 + 50b5142 commit d30fc75
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/assets/stylesheets/bootsy.css
Expand Up @@ -301,8 +301,11 @@ textarea.bootsy:required:invalid {
.bootsy-modal .file-input-name {display: none;} /*Hide the input file name from showing as it's not needed and ruins design*/

/*Set a min-height on the modal body to prevent jumping up and down of modal when adding content*/
/*Set a max-height on the modal body to prevent the modal running off the screen with a large # of images*/
.bootsy-modal .modal-body {
min-height: 120px;
max-height: 500px;
overflow: scroll;
}

.bootsy-image {
Expand Down

0 comments on commit d30fc75

Please sign in to comment.