I have a bootstrap modal which sometimes needs to scroll vertically; I want to have a group of DIVs on the right hand side that affix (auto-scroll) as the page scrolls, but using the standard suggestion, nothing much is working.... I have spent all day on this pulling my hair out. Any help appreciated. Thanks.
To make the modal 'scroll', I've done this:
.modal {
/* ... */
overflow-y: scroll;
}
JS Fiddle: (drag vertical dividers left if necessary so that the GROUP1, GROUP 2 etc are next to the lorem ipsum rather than below...)