From c430e72eb59011bf37280421137edb51944a9dc4 Mon Sep 17 00:00:00 2001 From: wanghaoo Date: Thu, 27 Sep 2018 15:22:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=97=E7=9A=84=E9=AB=98=E5=BA=A6=E5=B0=8F?= =?UTF-8?q?=E4=BA=8E=E8=AE=BE=E7=BD=AE=E7=9A=84scroll.y=E6=97=B6=EF=BC=8C?= =?UTF-8?q?=E4=B8=8A=E9=9D=A2=E5=87=BA=E7=8E=B0=E7=A9=BA=E6=BB=9A=E5=8A=A8?= =?UTF-8?q?=E6=9D=A1?= 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 62def7f..d962adc 100644 --- a/src/Table.scss +++ b/src/Table.scss @@ -113,7 +113,7 @@ $table-move-in-color: $bg-color-base; &-fixed-header &-body-inner { height: 100%; - overflow: scroll; + overflow: auto; }