فهرست منبع

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;
   overflow-y: auto;
   padding: 5px 11px;
   padding: 5px 11px;
 }
 }
+.list-body::-webkit-scrollbar {
+  /* Hide scroll bars from middle of the screen */
+  display: none !important;
+}
 .list-body .minicards {
 .list-body .minicards {
   flex-grow: 1;
   flex-grow: 1;
   flex-shrink: 0;
   flex-shrink: 0;