💭 google chrome - Webkit scrollbar CSS, always a white box in co... =================================================================== !https://stackoverflow.com/questions/35968553/webkit-scrollbar-css-always-a-white-box-in-corner Date: April 9, 2024 How to control a color of a box in a scrollbar corner? Is there any way to avoid the default white box that appears on a custom styled webkit scroll bar? The white box only appears when overflow is going both horizontally and vertically. (Using Google Stack Overflow · stackoverflow.com [1] This is how you fix the stupid corner section of a double scroll bar being white on a dark theme site. ``` css ::-webkit-scrollbar-corner { background: rgba(0,0,0,0); } ``` The question included an example image where you can see white squares everywhere there are horizontal and vertical scroll bars. ![the corner](https://i.stack.imgur.com/P6b7f.png) !!! note This post is a thought [2]. It's a short note that I make about someone else's content online #thoughts [3] References: [1]: https://stackoverflow.com/questions/35968553/webkit-scrollbar-css-always-a-white-box-in-corner [2]: /thoughts/ [3]: /tags/thoughts/