I have a vertical menu which is scrollable on the Y axis with overflow-y: scroll
. I'm on a MBP16 and on both Chrome and Safari the scrollbar for this div only appears when I hover it, looking like this
But when I connect my MBP16 to a 1080p display the scrollbar remains visible and with a different look.
I know it might be an OS setting but is there any workaround to this? Specially to get the scrollbar showing only when hovered. I've already tried overflow-y: hidden
to the regular div and overflow-y: scroll
to its :hover, but it remains the same.