Answers for "bootstrap scroll div responsive"

2

make a container scrollable bootstrap

.anyClass {
  height:150px;
  overflow-y: scroll;
}
Posted by: Guest on December-03-2020

Code answers related to "bootstrap scroll div responsive"

Browse Popular Code Answers by Language