浏览代码

enhance(marketplace): ui position

clark-cui 3 年之前
父节点
当前提交
1abbefbe4b
共有 1 个文件被更改,包括 22 次插入1 次删除
  1. 22 1
      resources/marketplace.html

+ 22 - 1
resources/marketplace.html

@@ -17,9 +17,30 @@
       box-sizing: border-box;
       box-sizing: border-box;
       font-family: sans-serif;
       font-family: sans-serif;
       width: 100%;
       width: 100%;
-      height: 100%;
+      min-height: 100%;
     }
     }
+ 
+      html::-webkit-scrollbar-thumb {
+        background-color: rgba(0, 0, 0, 0.1);
+      }
 
 
+      html::-webkit-scrollbar {
+        background-color: rgba(0, 0, 0, 0.05);
+      }
+
+      html::-webkit-scrollbar-thumb:active {
+        background-color: rgba(0, 0, 0, 0.2);
+      }
+
+      html::-webkit-scrollbar {
+        width: 6px;
+        height: 8px;
+      }
+
+      html::-webkit-scrollbar-corner {
+        background: transparent;
+      }
+    
     body {
     body {
       display: flex;
       display: flex;
     }
     }