fix(friends): fix for friends menu

pull/1049/head
trashtemp 2021-12-29 16:46:57 +01:00
parent 3b60db4ba6
commit 7de3a468e0
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;