I have a div. When there is a big text then scroller comes on the right side of the div. Problem is that there is no space between scroller and text and it looks bad. I want to make some space between scroller and text using css. How can i do that?
Share
You could add some
padding-rightinto your div to nudge the content out a bit.