refactor: display scrollbar when mouse is moving (#793)

This commit is contained in:
Stefan Dej
2022-05-11 21:57:06 +02:00
committed by GitHub
parent f294561e8b
commit f0662b2e70

View File

@@ -47,7 +47,7 @@ Vue.use(OverlayScrollbarsPlugin, {
className: 'os-theme-light',
scrollbars: {
visibility: 'auto',
autoHide: 'scroll',
autoHide: 'move',
},
})