Closed WesleyBranton closed 1 year ago
The scrollbar corner (the space visible where the horizontal and vertical scrollbars intersect) is always white. That area of the scrollbar should match the scrollbar track color.
This can be done with the CSS ::-webkit-scrollbar-corner property.
::-webkit-scrollbar-corner
The scrollbar corner (the space visible where the horizontal and vertical scrollbars intersect) is always white. That area of the scrollbar should match the scrollbar track color.
This can be done with the CSS
::-webkit-scrollbar-corner
property.