Skip to content

Commit

Permalink
fix: some scrollbar css not working properly
Browse files Browse the repository at this point in the history
  • Loading branch information
07akioni committed Nov 24, 2024
1 parent af64489 commit 57ab230
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/data-table/src/styles/index.cssr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
`)
Expand Down
1 change: 1 addition & 0 deletions src/tabs/src/styles/index.cssr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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', `
Expand Down

0 comments on commit 57ab230

Please sign in to comment.