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> <style>
#list { #list {
max-height: 400px; max-height: 400px;
overflow-y: scroll; overflow-y: auto;
} }
</style> </style>