[S] Remove scrollbar

This commit is contained in:
Hykilpikonna
2020-04-12 14:44:14 -04:00
parent e886f981a0
commit 25d0965696
@@ -143,6 +143,13 @@
overflow-x: hidden; overflow-x: hidden;
height: 377px; height: 377px;
} }
// Remove scrollbar
.list::-webkit-scrollbar
{
width: 0;
}
.item .item
{ {
height: 30px; height: 30px;