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
This commit is contained in:
SansPseudoFix 2014-11-28 16:09:38 +01:00
parent 5126283666
commit 90b9f227d8

View file

@ -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;
}