浏览代码

Fix #4002: transparent config menu (#4003)

* Update template.css

* Update template.rtl.css
maTh 4 年之前
父节点
当前提交
42162c04a0
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      p/themes/base-theme/template.css
  2. 1 1
      p/themes/base-theme/template.rtl.css

+ 1 - 1
p/themes/base-theme/template.css

@@ -540,7 +540,7 @@ a.btn {
 
 @supports not (scrollbar-width: thin) {
 	#sidebar::-webkit-scrollbar,
-	.scrollbar-thin {
+	.scrollbar-thin::-webkit-scrollbar {
 		background: rgba(0, 0, 0, 0.05);
 		width: 8px;
 	}

+ 1 - 1
p/themes/base-theme/template.rtl.css

@@ -540,7 +540,7 @@ a.btn {
 
 @supports not (scrollbar-width: thin) {
 	#sidebar::-webkit-scrollbar,
-	.scrollbar-thin {
+	.scrollbar-thin::-webkit-scrollbar {
 		background: rgba(0, 0, 0, 0.05);
 		width: 8px;
 	}