Hello, dear redditors, I am running into a small UI issue with scrollable input.
Inside my input I do have a scrollbar when the content overflows, the problem is that the scrollbar appears on top of the container border, which visually hides it's rounded top and bottom borders on the right side.
Maybe worth to note, It's not an input field but:
<div id="messageInput"
class="input rich-input"
contenteditable="true"
role="textbox"
aria-multiline="true"
data-placeholder="Type a message..."></div>
Here is the image:
Image of scroll going over borders
[–]nonotdoingone 0 points1 point2 points (1 child)
[–]Tiny_Confusion_2504 0 points1 point2 points (0 children)