::-webkit-scrollbar {
width: 5px;
}
::-webkit-scrollbar-thumb {
background-color: var(--back-color);
border-radius: 5px;
}
::-webkit-scrollbar-track {
background-color: var(--main-color);
width: 5px;
}
Here is how I specified the scroll properties.
What needs to change to display scroll only if it needs? Right now it always show scroll.