I removed a quick attempt at custom scrollbars because when I opened my mobile menu it showed the scrollbar whether needed or not.
Need to revisit with more time.
Here was my CSS nonetheless:
body::-webkit-scrollbar {
width: 1.15rem;
}
body::-webkit-scrollbar-track {
background: whitesmoke;
}
body::-webkit-scrollbar-thumb {
background: linear-gradient($primary, $secondary);
}