zdhxiong / mdui

Material Design 3(Material You) UI components using Web Components.
https://www.mdui.org
4.19k stars 365 forks source link

Textfield multi-line scrollbar looking weird #338

Closed CarlosEGuerraSilva closed 1 month ago

CarlosEGuerraSilva commented 3 months ago

So, when text-field Multi-Line is enabled and scrollbar is visible looks like this:

image

This may be unintended, so by editing the padding values ​​of the container and text-area it is possible to fix it showing scrollbar at the end of the container but keeping padding and avoiding overlapping borders looking like this:

image image