From 90b9f227d8c0a61012083ae1ea46aecbe511e0ed Mon Sep 17 00:00:00 2001 From: SansPseudoFix Date: Fri, 28 Nov 2014 16:09:38 +0100 Subject: [PATCH] A temporary fix for mention modal #5329 A temporary fix for mention modal #5329 modified: app/assets/stylesheets/bootstrap-fix.css.scss modified: app/assets/stylesheets/bootstrap-fix.css.scss --- app/assets/stylesheets/bootstrap-fix.css.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/app/assets/stylesheets/bootstrap-fix.css.scss b/app/assets/stylesheets/bootstrap-fix.css.scss index 468c84d3f..dfd6a9e43 100644 --- a/app/assets/stylesheets/bootstrap-fix.css.scss +++ b/app/assets/stylesheets/bootstrap-fix.css.scss @@ -9,3 +9,15 @@ input::-ms-input-placeholder, textarea::-ms-input-placeholder { color: #999999; } + +// A temporary fix for mention modal #5329 + +#new_status_message_pane .modal { + position: absolute; + max-height: none; +} + +#new_status_message_pane .modal-body{ + overflow-y: visible; + max-height: none; +} \ No newline at end of file