This commit is contained in:
SBD
2023-11-24 17:19:45 +03:00
parent addca29f0f
commit 7e7fb437a6
2 changed files with 4 additions and 0 deletions

View File

@@ -2388,17 +2388,20 @@
}
.menu_profile::-webkit-scrollbar-track{
background-color: #F6F6F6;
display: none;
}
.menu_profile::-webkit-scrollbar-thumb{
background-color: #989898;
border-radius: 3px;
width: 3px;
display: none;
}
.menu_profile::-webkit-scrollbar{
background-color:#FF613A;
width: 4px;
display: none;
}