Merge pull request #5435 from SansPseudoFix/5329-fix-mention-popup-hidden

A temporary fix for mention modal #5329
This commit is contained in:
Steffen van Bergerem 2014-11-30 13:47:48 +01:00
commit b275b2edbc

View file

@ -9,3 +9,15 @@ input::-ms-input-placeholder,
textarea::-ms-input-placeholder { textarea::-ms-input-placeholder {
color: #999999; 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;
}