style: 优化滚动条交汇处

This commit is contained in:
pany 2023-06-05 11:42:59 +08:00
parent b2ee4348b7
commit 3feceb063b

View File

@ -23,4 +23,7 @@
&::-webkit-scrollbar-thumb:active {
background-color: #90939999;
}
&::-webkit-scrollbar-corner {
background-color: transparent;
}
}