This commit is contained in:
SBD
2023-12-03 14:24:15 +03:00
parent c74aff7b91
commit 9f682b66a5
2 changed files with 23 additions and 2 deletions

View File

@@ -2389,6 +2389,27 @@
height: 695px;
}
.menu_buttons.left::-webkit-scrollbar-track{
background-color: #F6F6F6;
display: none;
}
.menu_buttons.left::-webkit-scrollbar-thumb{
background-color: #989898;
border-radius: 3px;
width: 3px;
display: none;
}
.menu_buttons.left::-webkit-scrollbar{
background-color:#FF613A;
width: 4px;
display: none;
}
.menu_buttons{
/*background: #FFFFFF;*/
/*height: 100vh;*/