소스 검색

Docs: Allow Y axis to scroll

linbingquan 6 년 전
부모
커밋
d27908cc6f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      files/main.css

+ 1 - 1
files/main.css

@@ -194,7 +194,7 @@ h1 a {
 	}
 	#panel #content {
 		flex: 1;
-		overflow: scroll;
+		overflow-y: scroll;
 		padding: 0 var(--panel-padding) 24px var(--panel-padding);
 	}