Unexpected thing appeared in <textarea> + scrollbars | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Unexpected thing appeared in <textarea> + scrollbars

The white rectangle item on the bottom-right is disturbing my page's UI, What is it, how can we remove/ hide/ edit it's color. https://code.sololearn.com/WDzY1dD95aKC/?ref=app

26th Nov 2020, 10:35 AM
Bibek Oli
Bibek Oli - avatar
2 Answers
+ 2
::-webkit-scrollbar-corner{ background-color:var(--item-background); } Source: https://stackoverflow.com/a/28075981/12485639
26th Nov 2020, 10:47 AM
🇮🇳Omkar🕉
🇮🇳Omkar🕉 - avatar
+ 2
If you like you can build in an auto-scroling function as well as monitoring for scroll length similar to this example: https://code.sololearn.com/WJqv5tPfKuso/?ref=app
26th Nov 2020, 4:55 PM
JaScript
JaScript - avatar