Changed method of scrollbar hiding

This commit is contained in:
Nadav Tasher 2024-11-20 01:20:10 +02:00
parent 12e50d93df
commit aca665ae4e
3 changed files with 3 additions and 12 deletions

View file

@ -89,10 +89,7 @@
box-shadow: 0 0 7px 0 #b3b3b3;
transition: flex-basis 0.1s;
box-sizing: border-box;
}
.card-details::-webkit-scrollbar {
/* Hide scroll bars from middle of the screen */
display: none !important;
scrollbar-width: none;
}
.card-details .mCustomScrollBox {
padding-left: 0;

View file

@ -152,10 +152,7 @@
display: flex;
overflow-y: auto;
padding: 5px 11px;
}
.list-body::-webkit-scrollbar {
/* Hide scroll bars from middle of the screen */
display: none !important;
scrollbar-width: none;
}
.list-body .minicards {
flex-grow: 1;

View file

@ -4,10 +4,7 @@
bottom: 0;
right: 0;
overflow-y: scroll;
}
.sidebar::-webkit-scrollbar {
/* Hide scroll bars from middle of the screen */
display: none !important;
scrollbar-width: none;
}
.sidebar .sidebar-shadow {
background: #f7f7f7;