diff --git a/src/components/FullVue.vue b/src/components/FullVue.vue index 2b9cd329..b4d40ac8 100644 --- a/src/components/FullVue.vue +++ b/src/components/FullVue.vue @@ -19,6 +19,7 @@ limitations under the License. --> @click="scrollToGraph(item.i, index)" v-for="(item, index) in items" :key="item.i" + :id="'scroll' + item.i" :class="[currentItem === index ? 'active' : '']" class="full-scroll-to" > @@ -31,13 +32,29 @@ limitations under the License. -->