Browse Source

Merge pull request #16433 from linbingquan/dev-doc

Docs: Allow Y axis to scroll
Mr.doob 6 years ago
parent
commit
51afa0b6ff
1 changed files with 1 additions and 1 deletions
  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);
 	}