fix: dropdown scroll style, fixed #346
This commit is contained in:
parent
248aa72cd2
commit
c4d83f26a4
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue