[S] Remove scrollbar
This commit is contained in:
@@ -143,6 +143,13 @@
|
||||
overflow-x: hidden;
|
||||
height: 377px;
|
||||
}
|
||||
|
||||
// Remove scrollbar
|
||||
.list::-webkit-scrollbar
|
||||
{
|
||||
width: 0;
|
||||
}
|
||||
|
||||
.item
|
||||
{
|
||||
height: 30px;
|
||||
|
||||
Reference in New Issue
Block a user