Implementing html css slim scrollbar to avoid website content-hiding

Asked By 0 points N/A Posted on -
qa-featured

Where can I obtain tutorials and tools or how can I implement html css slim scrollbar for my website in order to avoid website content-hiding for content hidden at the edges of my webpages?

 
SHARE
Answered By 0 points N/A #159683

Implementing html css slim scrollbar to avoid website content-hiding

qa-featured

Hello Betsy hupe,

Hope that my message finds you well.
The best source for learning html and css is W3 schools
If you want to add a scroll you should include the following in your css code:
div
{
width:150px;
height:150px;
overflow:scroll;
}

Please take a look on this https://www.w3schools.com/cssref/pr_pos_overflow.asp

Hope this solution will help you and please let me know if you need anything else.
Kind regards,

Related Questions