[S] Remove scrollbar
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user