In the left side menu, I have set the overflow-y: scroll
property and a fixed height that is smaller than the entire page's height. I am trying to make the scrollbar always visible only within this left menu. I attempted using -webkit-scrollbar
and -webkit-scrollbar-thumb
, but they end up applying to the entire page rather than just the left side menu.