mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-15 04:42:23 +08:00
fix(advanced table): scrollbar corner style
This commit is contained in:
parent
272467a3d8
commit
c3436074ed
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user