去掉滚动条:
#table_show_content::-webkit-scrollbar{ width: 0px; background: gray; }
设置滚动条粗细:
#table_show_content::-webkit-scrollbar{width: 2px;background: gray;}
滚动条去掉
原文:https://www.cnblogs.com/sweeeper/p/10956532.html