I would like to change the width and color for the scrollbar and have tried it with the settings as I did with the CEP panels. But unfortunately this does not work. Is there another possibility
::-webkit-scrollbar {
width: 8px;
}
::-webkit-scrollbar-track {
-webkit-box-shadow: none;
background-color: #262626;
}
::-webkit-scrollbar-thumb {
border-radius: 0;
background-color: #363636;
border: 1px solid #262626;
margin: 1px;
-webkit-box-shadow: none;
}
Does anyone have an idea