Today, I noticed that this code was added in substructure
::-webkit-scrollbar {
background-color: #fff;
width: 16px;
}
It can be good for light mode but I think in darkmode the white color ruins the balance of scrollbar with other UI.
Could you consider this?