fix: some scrollbar css not working properly

This commit is contained in:
07akioni 2024-11-24 21:57:59 +08:00
parent af6448980b
commit 57ab23076c
2 changed files with 2 additions and 0 deletions

View File

@ -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;
`)

View File

@ -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', `