From 89731e9ef107fd633a20af2acfbe397d51312ac4 Mon Sep 17 00:00:00 2001 From: hmhealey Date: Wed, 2 Dec 2015 09:56:40 -0500 Subject: Fixed suggestion list height in the edit post modal and RHS --- web/sass-files/sass/partials/_modal.scss | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'web/sass-files/sass/partials/_modal.scss') diff --git a/web/sass-files/sass/partials/_modal.scss b/web/sass-files/sass/partials/_modal.scss index 4a56bc6c7..01c9e136c 100644 --- a/web/sass-files/sass/partials/_modal.scss +++ b/web/sass-files/sass/partials/_modal.scss @@ -405,3 +405,11 @@ @include opacity(0.7); } } + +.modal-body.edit-modal-body { + overflow: visible; + + .suggestion-content { + max-height: 150px; + } +} -- cgit v1.2.3-1-g7c22