.editor{
overflow:hidden;
height:640px;
padding:0 45px;
border: 0 none;
outline: none;
}
.editor::-webkit-scrollbar{ //設置整個滾動條寬高
width:6px;
height:100%;
}
.editor::-webkit-scrollbar-thumb{ //設置滑塊
width:4px;
height:60px;
background-color:#ccc;
border-radius:3px;
}
.editor::-webkit-scrollbar-track
{
border-radius: 10px;
background-color: rgba(255,255,255,.5); //設置背景透明
}
