fix(advanced table): scrollbar corner style

This commit is contained in:
JiwenBai 2019-07-22 18:57:58 +08:00
parent 272467a3d8
commit c3436074ed

View File

@ -25,6 +25,9 @@
&::-webkit-scrollbar-thumb:hover {
background: rgba(255,255,255,0.3);
}
&::-webkit-scrollbar-corner{
background: transparent
}
table thead tr th:last-of-type {
padding-left: 32px;
}