#Box::-webkit-scrollbar{
width: 10px;
height: 10px;
}
#Box::-webkit-scrollbar-thumb{
border-radius: 10px;
background-color: #f5dac9;
}
#Box::-webkit-scrollbar-track{
-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);
border-radius: 10px;
background-color: #bd8080;
}
04-07
3445
06-11
432