mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-25 16:40:58 -05:00
fix(friends): fix for friends menu
This commit is contained in:
parent
086ab7b3bc
commit
9c78e0912d
1 changed files with 6 additions and 0 deletions
|
@ -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 a new issue