Hide scrollbars from lists (middle of the screen)

This commit is contained in:
Nadav Tasher 2024-11-16 17:18:46 +02:00
parent b3f229dc86
commit 08843a9dd6

View file

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