mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
Merge branch '3.2.x'
* 3.2.x: [ticket/15173] Fix message area resizing lag
This commit is contained in:
commit
3a59ba17e5
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ fieldset.submit-buttons input {
|
|||
max-width: 100%;
|
||||
height: 270px;
|
||||
resize: vertical;
|
||||
transition: all 0.5s ease;
|
||||
transition: all 0.5s ease, height 1ms linear;
|
||||
}
|
||||
|
||||
/* Emoticons panel */
|
||||
|
|
Loading…
Add table
Reference in a new issue