瀏覽代碼

Hide scrollbars from lists (middle of the screen)

Nadav Tasher 6 月之前
父節點
當前提交
08843a9dd6
共有 1 個文件被更改,包括 4 次插入0 次删除
  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;