Merge pull request #5435 from SansPseudoFix/5329-fix-mention-popup-hidden
A temporary fix for mention modal #5329
This commit is contained in:
commit
b275b2edbc
1 changed files with 12 additions and 0 deletions
12
app/assets/stylesheets/bootstrap-fix.css.scss
vendored
12
app/assets/stylesheets/bootstrap-fix.css.scss
vendored
|
|
@ -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;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue