From 74e6cfda4b53cc68c19687220ea3dcfcd4c9795f Mon Sep 17 00:00:00 2001 From: GEARLESS JOE <31471551+berber1016@users.noreply.github.com> Date: Wed, 9 Mar 2022 17:42:51 +0800 Subject: [PATCH] fix(list-picker): fix list-picker scroll bar style error (#1896) --- src/list-picker/style/index.less | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/list-picker/style/index.less b/src/list-picker/style/index.less index 3e93958ccf..98848e64b4 100644 --- a/src/list-picker/style/index.less +++ b/src/list-picker/style/index.less @@ -29,7 +29,6 @@ max-height: 360px; padding: 0; .scrollbar(); - overflow: initial; } & .@{cascader-prefix-cls}--list { padding: 8px; @@ -39,8 +38,6 @@ max-height: 360px; padding: 0; .scrollbar(); - overflow: initial; - overflow-y: hidden; & .@{list-prefix-cls} { height: auto; max-height: none;