From b09dbc0c20122b64a1b83d90f7def16b723f097b Mon Sep 17 00:00:00 2001 From: wanghaoo Date: Thu, 30 Aug 2018 17:09:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=97=E8=BF=87=E5=A4=9A=E6=97=B6=E6=BB=9A?= =?UTF-8?q?=E5=8A=A8=E5=88=B0=E5=90=8E=E9=9D=A2=E4=B8=8D=E5=AF=B9=E9=BD=90?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Table.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Table.scss b/src/Table.scss index 97c07cb..c999de4 100644 --- a/src/Table.scss +++ b/src/Table.scss @@ -115,7 +115,7 @@ $table-move-in-color: $bg-color-base; overflow-x: scroll; padding-bottom: 20px; margin-bottom: -20px; - overflow-y: auto; + overflow-y: scroll; box-sizing: border-box; }