Answer the question
In order to leave comments, you need to log in
How to scroll in bootstrap tabs?
In general, you need to scroll to the content on the click of the bootstrap tab. I found a solution, for example, this is jsfiddle.net/surjithctly/t5Wk6/3 but the problem is that my tabs are in the modal and the body scrolls on click, and I need the scroll to be in the modal
SOLVED: I had to write
$('.modal').animate({
scrollTop: $(href).offset().top
}, 'slow');
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