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

Commit

Permalink
Revert "fix for upload modal running off screen"
Browse files Browse the repository at this point in the history
  • Loading branch information
volmer committed Feb 6, 2015
1 parent d30fc75 commit 088d38b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/assets/stylesheets/bootsy.css
Expand Up @@ -301,11 +301,8 @@ 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 088d38b

Please sign in to comment.