mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-18 12:34:25 +08:00
fix: some scrollbar css not working properly
This commit is contained in:
parent
af6448980b
commit
57ab23076c
@ -514,6 +514,7 @@ export default c([
|
||||
scrollbar-width: none;
|
||||
`, [
|
||||
c('&::-webkit-scrollbar, &::-webkit-scrollbar-track-piece, &::-webkit-scrollbar-thumb', `
|
||||
display: none;
|
||||
width: 0;
|
||||
height: 0;
|
||||
`)
|
||||
|
@ -234,6 +234,7 @@ export default cB('tabs', `
|
||||
c('&::-webkit-scrollbar, &::-webkit-scrollbar-track-piece, &::-webkit-scrollbar-thumb', `
|
||||
width: 0;
|
||||
height: 0;
|
||||
display: none;
|
||||
`)
|
||||
]),
|
||||
c('&::before, &::after', `
|
||||
|
Loading…
Reference in New Issue
Block a user