瀏覽代碼

fix(ui): scrollbar color

charlie 1 年之前
父節點
當前提交
8d38f05b81
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/frontend/components/container.css

+ 1 - 1
src/main/frontend/components/container.css

@@ -790,7 +790,7 @@
 
   &::-webkit-scrollbar-thumb {
     border-radius: 8px;
-    border: 2px solid white; /* should match background, can't be transparent */
+    border: 2px solid var(--ls-primary-background-color, white); /* should match background, can't be transparent */
     background-color: rgba(0, 0, 0, .1);
 
     &:hover {