set min scrollbar length

This commit is contained in:
jb-alvarado 2021-03-30 12:36:06 +02:00
parent 1e4f2f0125
commit c921d2c350

View File

@ -80,7 +80,8 @@ export default {
currentLog: null,
listDate: this.$dayjs().tz(this.timezone).format('YYYY-MM-DD'),
scrollOP: {
wheelSpeed: 5
wheelSpeed: 5,
minScrollbarLength: 30
}
}
},