- Joined
- Sep 29, 2020
- Messages
- 75
- Points
- 28
Reputation:
Hi all,
I need to remove scroll buttons and show normal vertical scrollbar instead.
Tried css below but the scrollbar didn't show.
body {
overflow-y: scroll !important;
}
Does anybody know how to do it?
I need to remove scroll buttons and show normal vertical scrollbar instead.
Tried css below but the scrollbar didn't show.
body {
overflow-y: scroll !important;
}
Does anybody know how to do it?
Last edited: