css modifies the style of the intersection of the horizontal scroll bar and the vertical scroll bar

 Before modification, there was a white square at the interaction point of the table scroll bar.

 See the area circled in red.

::-webkit-scrollbar-corner {
    background: #020f22;
  }

After modification

 

 

Guess you like

Origin blog.csdn.net/weixin_53474595/article/details/129842190