From b94ff0c9dc789d61949f2486297df71dbf9fabea Mon Sep 17 00:00:00 2001 From: zhl Date: Thu, 6 Jun 2019 13:30:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E5=90=88=E9=9B=86=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=9C=89=E6=97=B6=E6=97=A0=E6=B3=95=E6=BB=9A=E5=8A=A8?= =?UTF-8?q?=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/collection.wpy | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/pages/collection.wpy b/src/pages/collection.wpy index 13fbc1c..3262ec1 100644 --- a/src/pages/collection.wpy +++ b/src/pages/collection.wpy @@ -12,6 +12,9 @@ width: 700rpx; height: 332rpx; } + .container { + overflow-y: hidden; + }