Skip to content

Commit c4d83f2

Browse files
committed
fix: dropdown scroll style, fixed #346
1 parent 248aa72 commit c4d83f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/themes/basic/_layout.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ li input[type='checkbox'] {
159159
box-sizing: border-box;
160160
display: none;
161161
max-height: calc(100vh - 61px);
162-
overflow-y: scroll;
162+
overflow-y: auto;
163163
padding: 10px 0;
164164
position: absolute;
165165
right: -15px;

0 commit comments

Comments
 (0)