Has anybody got scrollbars that you can actually see with a dark theme under OSX? I’m running 1.6.2 under OSX 10.11.4.
Mine only show up when I scroll (sometimes) and are virtually invisible…
I’ve got the following in my stylesheet:
.scrollbars-visible-always
{
/deep/ ::-webkit-scrollbar
{
width: 10px;
height: 10px;
&-track
{
border: 0;
border-radius: 0;
background-color: black !important;
}
&-thumb
{
border: 0;
border-radius: 0;
background-color: #420 !important;
}
}
}
but it doesn’t seem to be doing anything…