[web-src] Add threshold to observe visibility

Hopefully fixes the "show options button" in list views to always be correctly working after page load.
This commit is contained in:
chme 2020-10-17 07:22:51 +02:00
parent 048b245155
commit 2cb1a1754b

View File

@ -49,7 +49,8 @@ export default {
observer_options: {
callback: this.visibilityChanged,
intersection: {
rootMargin: '-100px'
rootMargin: '-100px',
threshold: 0.3
}
}
}