1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-21 09:01:29 +02:00

Merge branch '3.2.x'

* 3.2.x:
  [ticket/15173] Fix message area resizing lag
This commit is contained in:
Tristan Darricau
2017-04-18 23:49:00 +02:00

View File

@@ -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 */