From 3f2a83c07f0efb40e3082d487bb6420290710f1c Mon Sep 17 00:00:00 2001 From: Guoyuanqiang Date: Wed, 27 Mar 2019 11:47:19 +0800 Subject: [PATCH] fix(module:picker): fix picker wrap z-index same as mask (#362) --- components/picker/picker.component.html | 2 +- components/picker/style/index.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/picker/picker.component.html b/components/picker/picker.component.html index 72532a44..af800631 100644 --- a/components/picker/picker.component.html +++ b/components/picker/picker.component.html @@ -1,5 +1,5 @@
-
+
diff --git a/components/picker/style/index.less b/components/picker/style/index.less index 0abaea09..15081bc3 100644 --- a/components/picker/style/index.less +++ b/components/picker/style/index.less @@ -16,7 +16,7 @@ &-wrap { position: fixed; overflow: auto; - top: 0; + // top: 0; right: 0; bottom: 0; left: 0;