This commit is contained in:
lesion
2019-06-12 22:29:32 +02:00
parent a9b73f373b
commit e5fb3b2cca

View File

@@ -135,7 +135,7 @@ export default {
<style>
#list {
max-height: 400px;
overflow-y: scroll;
overflow-y: auto;
}
</style>