From d27908cc6f34a1f0b4de4f237b36b8b9daa5ab7c Mon Sep 17 00:00:00 2001 From: linbingquan <695601626@qq.com> Date: Tue, 14 May 2019 08:57:29 +0800 Subject: [PATCH] Docs: Allow Y axis to scroll --- files/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/main.css b/files/main.css index cfcda2700629a5..f9f15be6444a8b 100644 --- a/files/main.css +++ b/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); }