Browse Source

Hide scrollbars from lists (middle of the screen)

Nadav Tasher 7 tháng trước cách đây
mục cha
commit
08843a9dd6
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      client/components/lists/list.css

+ 4 - 0
client/components/lists/list.css

@@ -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;