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 External Link stackoverflow.com This is how you fix the stupid corner section of a double scroll bar being white on a dark theme site. ``` ::-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. Image: the corner