html /deep/::-webkit-scrollbar-track {
background-color: #595B5E;
}
html /deep/::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5;
}
html /deep/::-webkit-scrollbar-thumb {
background-color: #9C9D9E;
border: 2px solid #595B5E;
}
:root ::-webkit-scrollbar-track {
background-color: #595B5E;
}
:root ::-webkit-scrollbar {
width: 10px;
background-color: #F5F5F5;
}
:root ::-webkit-scrollbar-thumb {
background-color: #9C9D9E;
border: 1px solid #595B5E;
}