Skip to content

Commit

Permalink
fix: dropdown scroll style, fixed #346
Browse files Browse the repository at this point in the history
  • Loading branch information
QingWei-Li committed Feb 11, 2018
1 parent aa4e650 commit d5d0b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/themes/basic/_layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d5d0b58

Please sign in to comment.