Merge remote-tracking branch 'origin/main'

This commit is contained in:
2023-12-03 14:38:29 +03:00
5 changed files with 35 additions and 7 deletions

View File

@@ -2390,6 +2390,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;*/