|
|
@ -356,11 +356,11 @@ const moveEnd = () => {
|
|
|
|
height: 200px;
|
|
|
|
height: 200px;
|
|
|
|
overflow-x: hidden;
|
|
|
|
overflow-x: hidden;
|
|
|
|
overflow-y: auto;
|
|
|
|
overflow-y: auto;
|
|
|
|
scrollbar-width: none; /* firefox */
|
|
|
|
scrollbar-width: thin; /* firefox */
|
|
|
|
-ms-overflow-style: none; /* IE 10+ */
|
|
|
|
-ms-overflow-style: thin; /* IE 10+ */
|
|
|
|
|
|
|
|
|
|
|
|
&::-webkit-scrollbar {
|
|
|
|
&::-webkit-scrollbar {
|
|
|
|
display: none;
|
|
|
|
display: thin;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
li {
|
|
|
|
li {
|
|
|
|