fix(friends): fix for friends menu

This commit is contained in:
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

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;