Open philfreo opened 4 years ago
Running this:
document.getElementsByClassName('DraftEditor-root')[0].parentElement.style.maxHeight = 'none';
In Chrome dev tools on twitter.com on a DM screen seems like all that's needed to make it a lot nicer to write longer messages without just having a tiny space w/scrollbar...
Before:
After:
It'd be great to get this included in Twizzle.
Running this:
document.getElementsByClassName('DraftEditor-root')[0].parentElement.style.maxHeight = 'none';
In Chrome dev tools on twitter.com on a DM screen seems like all that's needed to make it a lot nicer to write longer messages without just having a tiny space w/scrollbar...
Before:
After:
It'd be great to get this included in Twizzle.