Skip to content

Commit

Permalink
feat(color-picker): 去掉滚动条
Browse files Browse the repository at this point in the history
  • Loading branch information
novlan1 committed Oct 21, 2024
1 parent 3606dcd commit 78180b0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/color-picker/color-picker.less
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,13 @@

overflow-x: auto;
overflow-y: auto;

&::-webkit-scrollbar {
display: none;
width: 0;
height: 0;
color: transparent;
}
}

&__swatches-item {
Expand Down

0 comments on commit 78180b0

Please sign in to comment.