Open andersk opened 1 year ago
any chances this will be fixed soon? :)
I didn't upgrade too. In the commit supplied above, before it was setting overflowY to scroll, now it's setting overflow.
Same issue here
Just started using autosize and have the same issue. Playing with CSS doesn't help
When using autosize on a
<textarea>
with a CSSmax-height
, after typing enough content to reach themax-height
, autosize 6.0.0 and 6.0.1 unexpectedly adds a disabled horizontal scrollbar in addition to the expected vertical scrollbar.Based on
git bisect
, 8389fc92f14a1485e2f949941ef4e3db2a222fcd is the first commit with this issue.This prevents Zulip from upgrading to autosize 6 (zulip/zulip#25087).
Demo
Screenshots from Chromium 114.0.5735.90 on Linux.