From 964c78f445106dd335399de4563749596b4379e7 Mon Sep 17 00:00:00 2001 From: Sewon Ahn Date: Fri, 11 Dec 2020 21:50:23 +0900 Subject: [PATCH] Scroll auto --- test_data/src/style/common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_data/src/style/common.css b/test_data/src/style/common.css index 7d41ec4..2e1f672 100644 --- a/test_data/src/style/common.css +++ b/test_data/src/style/common.css @@ -308,7 +308,7 @@ z-index: 10; left: 100px; height: calc(100% - 200px); - overflow-y: scroll; + overflow-y: auto; } div#fragment_wrapper {