3

Hey I have just added the following code to one of my span:

overflow-y : scroll;
height: 200px;

This is kind of working fine. The only issue is that the scroll bar does appear all the time even when you can't click on it. Isn't there a way to hide it if it is inactive ?

Thanks

0

2 Answers 2

2

Set

overflow-y:auto;

on the element

Sign up to request clarification or add additional context in comments.

Comments

0

Set overflow-y to auto. This will solve it.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.