Skip to content

fix: stabilize post status form input box

Shpuld Shpludson requested to merge fix/stabilize-input-bux into develop

Added two things to stabilize the input box:

  1. floor the calculated new height to get rid of this bug:

clip1

  1. don't change height if the difference is 1px or less to get rid of this bug:

clip2

hopefully 2) also fixes the thing where people have their viewport scrolling as they type, I can't tell because I haven't encountered it.

Merge request reports