Browse Source

Docs: Allow Y axis to scroll

linbingquan 6 năm trước cách đây
mục cha
commit
d27908cc6f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);
 	}