From 658bda40ada79fe756af8113f9e4b488fa06854c Mon Sep 17 00:00:00 2001 From: Chen Hui Jing <1461498+huijing@users.noreply.github.com> Date: Fri, 17 Dec 2021 22:19:21 +0800 Subject: [PATCH] Change overflow behaviour for appendix tables (#421) --- local.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local.css b/local.css index 71283d84..0f28d665 100644 --- a/local.css +++ b/local.css @@ -180,7 +180,7 @@ code { color: #A52A2A; } font-weight: bold; } -.appendix { overflow-x: scroll } +.appendix { overflow-x: auto } table { border-collapse: collapse; } table tr { border-bottom: 1px solid #ddd; }