瀏覽代碼

delete overflow-y (#4005)

maTh 4 年之前
父節點
當前提交
f6db32bdfb
共有 2 個文件被更改,包括 0 次插入2 次删除
  1. 0 1
      p/themes/base-theme/template.css
  2. 0 1
      p/themes/base-theme/template.rtl.css

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

@@ -527,7 +527,6 @@ a.btn {
 @supports (scrollbar-width: thin) {
 	#sidebar,
 	.scrollbar-thin {
-		overflow-y: auto;
 		scrollbar-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.05);
 		scrollbar-width: thin;
 	}

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

@@ -527,7 +527,6 @@ a.btn {
 @supports (scrollbar-width: thin) {
 	#sidebar,
 	.scrollbar-thin {
-		overflow-y: auto;
 		scrollbar-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.05);
 		scrollbar-width: thin;
 	}