0.0.346 new scroll in menu

This commit is contained in:
2023-11-11 00:31:09 +03:00
parent 359ed5770d
commit 28a14aaf76

View File

@@ -2239,6 +2239,21 @@
}
.menu_profile::-webkit-scrollbar-track{
background-color: #F6F6F6;
}
.menu_profile::-webkit-scrollbar-thumb{
background-color: #989898;
border-radius: 3px;
width: 3px;
}
.menu_profile::-webkit-scrollbar{
background-color:#FF613A;
width: 4px;
}
.menu_buttons.right.close{