diff --git a/assets/components/ScrollableView.vue b/assets/components/ScrollableView.vue index ad3c4c00..1706fc49 100644 --- a/assets/components/ScrollableView.vue +++ b/assets/components/ScrollableView.vue @@ -4,14 +4,14 @@ - + - + - + @@ -47,6 +47,7 @@ export default { const { content } = this.$refs; const mutationObserver = new MutationObserver((e) => { if (!this.paused) { + console.log("not paused and scrolling"); this.scrollToBottom("instant"); } else { this.hasMore = true; @@ -86,7 +87,7 @@ section { scroll-snap-type: y proximity; } - .scrollbar-progress { + .is-scrollbar-progress { text-align: right; margin-right: 110px; .scroll-progress { @@ -96,7 +97,11 @@ section { } } - .scrollbar-notification { + .is-scroll-observer { + height: 1px; + } + + .is-scrollbar-notification { text-align: right; margin-right: 65px; button {