最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

material ui - MUI Resizable Textfield Overflow CSS Issue - Stack Overflow

programmeradmin1浏览0评论

here you find an example of a resizable MUI Textfield.

The problem is when i reach the Textfield bottom the Textfield border is moving upwards instead of displaying a scrollbar withhin the textfield. Its probably an css issue but i dont know how to fix this.

Any ideas. Thanks.

here you find an example of a resizable MUI Textfield.

The problem is when i reach the Textfield bottom the Textfield border is moving upwards instead of displaying a scrollbar withhin the textfield. Its probably an css issue but i dont know how to fix this.

Any ideas. Thanks.

Share Improve this question asked Mar 31 at 10:41 mn3mn3 1351 silver badge6 bronze badges 2
  • A proper minimal reproducible example of your issue belongs directly into your question, please do not just send us to external platforms. If you have trouble formatting your code, check stackoverflow/help/formatting – 0stone0 Commented Mar 31 at 10:44
  • The textarea gets a height and overflow: hidden set via inline styling by the script logic, and those overwrite the values you tried to specify. – C3roe Commented Mar 31 at 10:52
Add a comment  | 

1 Answer 1

Reset to default -1

Thanks, i solved the issue by using the MUI Textarea Autosize instead of the Textfield itself. Thanks anyway

发布评论

评论列表(0)

  1. 暂无评论