fix(friends): fix for friends menu

feat/draggable-server-list
trashtemp 2021-12-29 16:46:57 +01:00
parent 086ab7b3bc
commit 9c78e0912d
No known key found for this signature in database
GPG Key ID: D1F0DB65081B0FC6
1 changed files with 6 additions and 0 deletions

View File

@ -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;