Skip to content

Commit

Permalink
textarea 调研
Browse files Browse the repository at this point in the history
  • Loading branch information
minlovehua committed Aug 15, 2023
1 parent 4508171 commit ce9450a
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/input/styles/textarea.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,6 @@

.inner-textarea {
min-height: 36px;

// 草稿
overflow: auto;
&::-webkit-scrollbar {
height: 7px;
}
&::-webkit-scrollbar-thumb {
background: yellow;
border-radius: 4px;
&:hover {
background: red;
}
}
&::-webkit-scrollbar-track {
background: blue; // transparent;
}
}
.textarea-suffix {
position: absolute;
Expand Down

0 comments on commit ce9450a

Please sign in to comment.