Answer the question
In order to leave comments, you need to log in
How to scroll window inside modal up when button is clicked?
I use sweet modal for vue https://sweet-modal-vue.adepto.as/
There are tabs in the modal
<sweet-modal ref="modal">
<sweet-modal-tab id="comments" title="comments" ref="commentsTab">
<comments/>
</sweet-modal-tab>
// длинный текст
// кнопка открывающая таб комментариев
<a href="" class="btn" @click.prevent="openComments">Comments</a>
</sweet-modal>
openComments() {
this.$refs.commentsTab.active = true
},
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question