-3

Looking for scrollbar that has no inside body, only arrows should available to scroll content. Is it possible? In the snippet, the body has a scrollbar with up and down arrow, I don't want a mid area of scrollbar, just custom arrows that do the same thing(maybe it's called scroll thumb or something else don't know).

body {
height:700px;
overflow:scroll;

}
<body>Div with some content</body>
Gamers Agenda
  • 433
  • 2
  • 13

1 Answers1

0
[here](https://codepen.io/webrexRavi/pen/XxOEZz)

icreated pen for it you can see it here

raviramani
  • 522
  • 2
  • 14