mirror of
https://gitee.com/docsifyjs/docsify.git
synced 2024-12-02 12:10:04 +08:00
fix: dropdown scroll style, fixed #346
This commit is contained in:
parent
248aa72cd2
commit
c4d83f26a4
@ -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…
Reference in New Issue
Block a user