Add margin top property to vertical scrollbar track
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2023 07:18 PM
I need a way to add a margin to my vertical scrollbar track. I am able to do it in Chrome browsers with:
::-webkit-scrollbar-track {
margin-top: 5px;
}
0 REPLIES 0