diff --git a/src/themes/basic/_layout.css b/src/themes/basic/_layout.css index edfae8c..91e7572 100644 --- a/src/themes/basic/_layout.css +++ b/src/themes/basic/_layout.css @@ -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;