fix: dropdown scroll style, fixed #346

This commit is contained in:
qingwei.li
2018-02-11 22:22:06 +08:00
committed by cinwell.li
parent 248aa72cd2
commit c4d83f26a4
+1 -1
View File
@@ -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;