fix(friends): fix for friends menu
parent
086ab7b3bc
commit
9c78e0912d
|
|
@ -10,6 +10,12 @@
|
|||
gap: 20px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
width: 4px;
|
||||
background-clip: content-box;
|
||||
border-top: 48px solid transparent;
|
||||
}
|
||||
|
||||
.list {
|
||||
padding: 0 10px 10px 10px;
|
||||
padding-top: 48px;
|
||||
|
|
|
|||
Loading…
Reference in New Issue