From c4d83f26a42a2aa2577359f754418d81e6ca8fda Mon Sep 17 00:00:00 2001 From: "qingwei.li" Date: Sat, 10 Feb 2018 19:10:36 +0800 Subject: [PATCH] fix: dropdown scroll style, fixed #346 --- src/themes/basic/_layout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/themes/basic/_layout.css b/src/themes/basic/_layout.css index edfae8c..91e7572 100644 --- a/src/themes/basic/_layout.css +++ b/src/themes/basic/_layout.css @@ -159,7 +159,7 @@ li input[type='checkbox'] { box-sizing: border-box; display: none; max-height: calc(100vh - 61px); - overflow-y: scroll; + overflow-y: auto; padding: 10px 0; position: absolute; right: -15px;