mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +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%;
|
max-width: 100%;
|
||||||
height: 270px;
|
height: 270px;
|
||||||
resize: vertical;
|
resize: vertical;
|
||||||
transition: all 0.5s ease;
|
transition: all 0.5s ease, height 1ms linear;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Emoticons panel */
|
/* Emoticons panel */
|
||||||
|
|
Loading…
Add table
Reference in a new issue