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:
parent
5126283666
commit
90b9f227d8
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 {
|
||||
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