From 088d38b4f99b072b2d1d4c9aefab7976e89263c7 Mon Sep 17 00:00:00 2001 From: Volmer Soares Date: Fri, 6 Feb 2015 10:41:42 -0500 Subject: [PATCH] Revert "fix for upload modal running off screen" --- app/assets/stylesheets/bootsy.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/assets/stylesheets/bootsy.css b/app/assets/stylesheets/bootsy.css index 42c5e8d7..5322d98d 100644 --- a/app/assets/stylesheets/bootsy.css +++ b/app/assets/stylesheets/bootsy.css @@ -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 {