[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;
height: 377px;
}
// Remove scrollbar
.list::-webkit-scrollbar
{
width: 0;
}
.item
{
height: 30px;